aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
Commit message (Collapse)AuthorAge
* gnu: eisl: Update to 2.65.Joeke de Graaf2022-12-12
| | | | | | * gnu/packages/lisp.scm (eisl): Update to 2.65. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl: Update to 2.2.11.Pierre Neidhardt2022-11-29
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.2.11.
* gnu: sbcl: Fix build on aarch64.Andrew Patterson2022-11-19
| | | | | | | | | | | | | sbcl 2.2.10 currently doesn't build on aarch64. Upstream has fixed the issue (https://bugs.launchpad.net/sbcl/+bug/1996942), but this patch is needed until the next release. * gnu/packages/patches/sbcl-fix-build-on-arm64-with-clisp-as-host.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp.scm (sbcl)[source]: Use it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add carp.jgart2022-11-12
| | | | | | | * gnu/packages/lisp.scm (carp): New variable. Co-authored-by: ( <paren@disroot.org> Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* Revert "teams: Add Raghav Gururajan."Raghav Gururajan2022-11-12
| | | | This reverts commit 56aebf7f7cbb3781c3f470902f43b361f85cba3e.
* teams: Add Raghav Gururajan.Raghav Gururajan2022-11-12
| | | | * etc/teams.scm.in: Add Raghav Gururajan.
* gnu: janet: Update to 1.25.1.jgart2022-11-03
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.25.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: sbcl: Remove obsolete fix-shared-library-makefile phase.Pierre Neidhardt2022-11-03
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Remove phase since "cc" has been replace by "CC" upstream.
* gnu: sbcl: Update to 2.2.10.Guillaume Le Vaillant2022-10-31
| | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.2.10. [arguments]: Remove obsolete fix from 'build-doc' phase.
* gnu: txr: Update to 282.Guillaume Le Vaillant2022-09-18
| | | | * gnu/packages/lisp.scm (txr): Update to 282.
* gnu: eisl: Update to 2.63.Guillaume Le Vaillant2022-09-18
| | | | * gnu/packages/lisp.scm (eisl): Update to 2.63.
* gnu: txr: Update to 281.Guillaume Le Vaillant2022-09-14
| | | | * gnu/packages/lisp.scm (txr): Update to 281.
* gnu: janet: Update to 1.24.1.jgart2022-09-11
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.24.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add eisl.Joeke de Graaf2022-09-03
| | | | | | * gnu/packages/lisp.scm (eisl): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: janet: Update to 1.24.0.jgart2022-08-19
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.24.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: txr: Update to 280.Guillaume Le Vaillant2022-08-12
| | | | * gnu/packages/lisp.scm (txr): Update to 280.
* gnu: sbcl: Fix building on powerpc-linux.Efraim Flashner2022-07-12
| | | | | | | * gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl. [arguments]: In custom 'build phase replace 'clisp' with 'ecl' for powerpc-linux and adjust the dynamic-space-size to closer to the maximum RAM for the architecture.
* gnu: sbcl: Fix building on armhf-linux.Efraim Flashner2022-07-12
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux add a phase to remove build optimizations targeting armv5.
* gnu: sbcl: Remove Coreutils reference from closure.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Add phase to do it. This shrinks SBCL from 167MiB to 150MiB. Most importantly, this propagates to all sbcl-* packages.
* gnu: txr: Install vim syntax files.Efraim Flashner2022-07-06
| | | | | * gnu/packages/lisp.scm (txr)[arguments]: Add phase to install vim syntax files.
* gnu: txr: Update to 278.Paul A. Patience2022-07-06
| | | | | | | * gnu/packages/lisp.scm (txr): Update to 278. [source]: Use 'https' in url. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: sbcl: Disable SB-SIMD module.Guillaume Le Vaillant2022-07-03
| | | | | | | | | | | SB-SIMD gets enabled only on x86_64 CPUs supporting AVX2 instructions, and some x86_64 CPUs don't. Fixes <https://issues.guix.gnu.org/56353>. Reported by Wensheng Xie <xiewensheng@hotmail.com>. * gnu/packages/lisp.scm (sbcl)[arguments]: Disable SB-SIMD in the 'build' and 'build-doc' phases.
* gnu: sbcl: Enable sb-gmp, sb-mpfr and install shared library.Pierre Neidhardt2022-06-30
| | | | | | | | * gnu/packages/lisp.scm (sbcl)[inputs]: Add gmp, mpfr. [arguments]: Fix shared library makefile. Fix contrib references to gmp and mpfr. Add phase to build shared library. Add phase to install shared library.
* gnu: sbcl: Fix build on some architectures.Guillaume Le Vaillant2022-06-30
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Update 'build-doc' phase to build the doc for SB-SIMD only on x86_64-linux.
* gnu: sbcl: Update to 2.2.6.Guillaume Le Vaillant2022-06-30
| | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.2.6. [native-inputs]: Remove zlib. Remove labels. [inputs]: Add zstd:lib.
* gnu: janet: Update to 1.23.0.jgart2022-06-23
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.23.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: txr: Update to 277.Guillaume Le Vaillant2022-06-13
| | | | | * gnu/packages/lisp.scm (txr): Update to 277. [inputs]: Add zlib.
* gnu: sbcl: Improve reproducilbility.Guillaume Le Vaillant2022-05-22
| | | | | | | | | This should fix the runtime error of the maxima package: fatal error encountered in SBCL pid 26911 tid 26911: core was built for runtime "localhost-nixbld-2022-03-03-15-45-58" but this is "localhost-nixbld-2022-03-03-08-51-27" * gnu/packages/lisp.scm (sbcl)[arguments]: Add 'fix-build-id' phase.
* gnu: janet: Update to 1.21.1.jgart2022-04-18
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.21.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: txr: Update to 274.Guillaume Le Vaillant2022-03-25
| | | | * gnu/packages/lisp.scm (txr): Update to 274.
* gnu: janet: Update to 1.20.0.jgart2022-03-13
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.20.0. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: ecl: Run tests conditionally and please lint.Maxime Devos2022-03-11
| | | | | | | | | | | | | * gnu/packages/lisp.scm (ecl)[source]: Adjust origin URL. [inputs]: Add bash-minimal. [arguments]: Move the comment about failing tests above the deleted check phase. [tests?]: Do not explicitly set to #t. [phases]: Delete trailing #t. [home-page]: Update. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: sbcl: Update to 2.2.2.Guillaume Le Vaillant2022-03-03
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.2.2.
* gnu: janet: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/lisp.scm (janet)[arguments]: Rewrite as G-expressions.
* gnu: janet: Update to 1.19.2.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/lisp.scm (janet): Update to 1.19.2.
* gnu: txr: Update to 273.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/lisp.scm (txr): Update to 273. [arguments]: Don't explicitly return #t from phases.
* gnu: txr: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/lisp.scm (txr)[native-inputs, inputs]: Remove input labels.
* gnu: Remove leading article from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: buildapp: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | * gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
* gnu: gcl: Avoid referencing GCC from the top-level.Marius Bakke2021-12-23
| | | | | * gnu/packages/lisp.scm (gcl)[arguments]: Use SEARCH-INPUT-FILE instead of referencing the GCC variable.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: janet: Update to 1.19.0.jgart2021-12-04
| | | | | | | | | | | | * gnu/packages/lisp.scm (janet): Update to 1.19.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: janet: Upgrade to 1.18.1.jgart2021-10-17
| | | | | | | | | | | | * gnu/packages/lisp.scm (janet): Upgrade to 1.18.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: janet: Prepare for cross-compilation.Guillaume Le Vaillant2021-10-15
| | | | | | | | | | * gnu/packages/lisp.scm (janet)[arguments]: Use 'cc-for-target'. Replace custom 'check' phase by 'test-target' parameter.
| * gnu: janet: Upgrade to 1.18.0.jgart2021-10-15
| | | | | | | | | | | | * gnu/packages/lisp.scm (janet): Upgrade to 1.18.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: sbcl: Update to 2.1.9.Charles2021-09-28
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|