summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
AgeCommit message (Collapse)Author
2022-12-12gnu: eisl: Update to 2.65.Joeke de Graaf
* gnu/packages/lisp.scm (eisl): Update to 2.65. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-29gnu: sbcl: Update to 2.2.11.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.2.11.
2022-11-19gnu: sbcl: Fix build on aarch64.Andrew Patterson
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>
2022-11-12gnu: Add carp.jgart
* gnu/packages/lisp.scm (carp): New variable. Co-authored-by: ( <paren@disroot.org> Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-12Revert "teams: Add Raghav Gururajan."Raghav Gururajan
This reverts commit 56aebf7f7cbb3781c3f470902f43b361f85cba3e.
2022-11-12teams: Add Raghav Gururajan.Raghav Gururajan
* etc/teams.scm.in: Add Raghav Gururajan.
2022-11-03gnu: janet: Update to 1.25.1.jgart
* gnu/packages/lisp.scm (janet): Update to 1.25.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-03gnu: sbcl: Remove obsolete fix-shared-library-makefile phase.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove phase since "cc" has been replace by "CC" upstream.
2022-10-31gnu: sbcl: Update to 2.2.10.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl): Update to 2.2.10. [arguments]: Remove obsolete fix from 'build-doc' phase.
2022-09-18gnu: txr: Update to 282.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 282.
2022-09-18gnu: eisl: Update to 2.63.Guillaume Le Vaillant
* gnu/packages/lisp.scm (eisl): Update to 2.63.
2022-09-14gnu: txr: Update to 281.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 281.
2022-09-11gnu: janet: Update to 1.24.1.jgart
* gnu/packages/lisp.scm (janet): Update to 1.24.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-03gnu: Add eisl.Joeke de Graaf
* gnu/packages/lisp.scm (eisl): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-19gnu: janet: Update to 1.24.0.jgart
* gnu/packages/lisp.scm (janet): Update to 1.24.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-12gnu: txr: Update to 280.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 280.
2022-07-12gnu: sbcl: Fix building on powerpc-linux.Efraim Flashner
* 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.
2022-07-12gnu: sbcl: Fix building on armhf-linux.Efraim Flashner
* gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux add a phase to remove build optimizations targeting armv5.
2022-07-08gnu: sbcl: Remove Coreutils reference from closure.Pierre Neidhardt
* 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.
2022-07-06gnu: txr: Install vim syntax files.Efraim Flashner
* gnu/packages/lisp.scm (txr)[arguments]: Add phase to install vim syntax files.
2022-07-06gnu: txr: Update to 278.Paul A. Patience
* gnu/packages/lisp.scm (txr): Update to 278. [source]: Use 'https' in url. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-03gnu: sbcl: Disable SB-SIMD module.Guillaume Le Vaillant
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.
2022-06-30gnu: sbcl: Enable sb-gmp, sb-mpfr and install shared library.Pierre Neidhardt
* 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.
2022-06-30gnu: sbcl: Fix build on some architectures.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl)[arguments]: Update 'build-doc' phase to build the doc for SB-SIMD only on x86_64-linux.
2022-06-30gnu: sbcl: Update to 2.2.6.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl): Update to 2.2.6. [native-inputs]: Remove zlib. Remove labels. [inputs]: Add zstd:lib.
2022-06-23gnu: janet: Update to 1.23.0.jgart
* gnu/packages/lisp.scm (janet): Update to 1.23.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-13gnu: txr: Update to 277.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 277. [inputs]: Add zlib.
2022-05-22gnu: sbcl: Improve reproducilbility.Guillaume Le Vaillant
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.
2022-04-18gnu: janet: Update to 1.21.1.jgart
* gnu/packages/lisp.scm (janet): Update to 1.21.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-25gnu: txr: Update to 274.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 274.
2022-03-13gnu: janet: Update to 1.20.0.jgart
* gnu/packages/lisp.scm (janet): Update to 1.20.0. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-03-11gnu: ecl: Run tests conditionally and please lint.Maxime Devos
* 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>
2022-03-03gnu: sbcl: Update to 2.2.2.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl): Update to 2.2.2.
2022-01-16gnu: janet: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (janet)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: janet: Update to 1.19.2.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
2022-01-07gnu: txr: Update to 273.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (txr): Update to 273. [arguments]: Don't explicitly return #t from phases.
2022-01-07gnu: txr: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (txr)[native-inputs, inputs]: Remove input labels.
2021-12-30gnu: Remove leading article from synopsis.Vagrant Cascadian
* 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.
2021-12-29gnu: buildapp: Fix trailing whitespace in description.Vagrant Cascadian
* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
2021-12-23gnu: gcl: Avoid referencing GCC from the top-level.Marius Bakke
* gnu/packages/lisp.scm (gcl)[arguments]: Use SEARCH-INPUT-FILE instead of referencing the GCC variable.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-04gnu: janet: Update to 1.19.0.jgart
* gnu/packages/lisp.scm (janet): Update to 1.19.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-17gnu: janet: Upgrade to 1.18.1.jgart
* gnu/packages/lisp.scm (janet): Upgrade to 1.18.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-15gnu: janet: Prepare for cross-compilation.Guillaume Le Vaillant
* gnu/packages/lisp.scm (janet)[arguments]: Use 'cc-for-target'. Replace custom 'check' phase by 'test-target' parameter.
2021-10-15gnu: janet: Upgrade to 1.18.0.jgart
* gnu/packages/lisp.scm (janet): Upgrade to 1.18.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-28gnu: sbcl: Update to 2.1.9.Charles
* gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès