/

tip'>* gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux add a phase to remove build optimizations targeting armv5. Efraim Flashner 2022-07-08gnu: sbcl: Remove Coreutils reference from closure....* 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. Pierre Neidhardt 2022-07-06gnu: txr: Install vim syntax files....* gnu/packages/lisp.scm (txr)[arguments]: Add phase to install vim syntax files. Efraim Flashner 2022-07-06gnu: txr: Update to 278....* gnu/packages/lisp.scm (txr): Update to 278. [source]: Use 'https' in url. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Paul A. Patience 2022-07-03gnu: sbcl: Disable SB-SIMD module....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. Guillaume Le Vaillant 2022-06-30gnu: sbcl: Enable sb-gmp, sb-mpfr and install shared library....* 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. Pierre Neidhardt 2022-06-30gnu: sbcl: Fix build on some architectures....* gnu/packages/lisp.scm (sbcl)[arguments]: Update 'build-doc' phase to build the doc for SB-SIMD only on x86_64-linux. Guillaume Le Vaillant 2022-06-30gnu: sbcl: Update to 2.2.6....* gnu/packages/lisp.scm (sbcl): Update to 2.2.6. [native-inputs]: Remove zlib. Remove labels. [inputs]: Add zstd:lib. Guillaume Le Vaillant 2022-06-23gnu: janet: Update to 1.23.0....* gnu/packages/lisp.scm (janet): Update to 1.23.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> jgart 2022-06-13gnu: txr: Update to 277....* gnu/packages/lisp.scm (txr): Update to 277. [inputs]: Add zlib. Guillaume Le Vaillant 2022-05-22gnu: sbcl: Improve reproducilbility....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. Guillaume Le Vaillant 2022-04-18gnu: janet: Update to 1.21.1....* gnu/packages/lisp.scm (janet): Update to 1.21.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart 2022-03-25gnu: txr: Update to 274....* gnu/packages/lisp.scm (txr): Update to 274. Guillaume Le Vaillant 2022-03-13gnu: janet: Update to 1.20.0....* gnu/packages/lisp.scm (janet): Update to 1.20.0. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> jgart 2022-03-11gnu: ecl: Run tests conditionally and please lint....* 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> Maxime Devos 2022-03-03gnu: sbcl: Update to 2.2.2....* gnu/packages/lisp.scm (sbcl): Update to 2.2.2. Guillaume Le Vaillant 2022-01-16gnu: janet: Use G-expressions....* gnu/packages/lisp.scm (janet)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-01-16gnu: janet: Update to 1.19.2....* gnu/packages/lisp.scm (janet): Update to 1.19.2. Tobias Geerinckx-Rice 2022-01-07gnu: txr: Update to 273....* gnu/packages/lisp.scm (txr): Update to 273. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2022-01-07gnu: txr: Remove input labels....* gnu/packages/lisp.scm (txr)[native-inputs, inputs]: Remove input labels. Tobias Geerinckx-Rice