summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
AgeCommit message (Expand)Author
2023-01-25gnu: txr: Update to 284....* gnu/packages/lisp.scm (txr): Update to 284. Guillaume Le Vaillant
2022-12-12gnu: eisl: Update to 2.65....* gnu/packages/lisp.scm (eisl): Update to 2.65. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Joeke de Graaf
2022-11-29gnu: sbcl: Update to 2.2.11....* gnu/packages/lisp.scm (sbcl): Update to 2.2.11. Pierre Neidhardt
2022-11-19gnu: sbcl: Fix build on aarch64....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> Andrew Patterson
2022-11-12gnu: Add carp....* gnu/packages/lisp.scm (carp): New variable. Co-authored-by: ( <paren@disroot.org> Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> jgart
2022-11-12Revert "teams: Add Raghav Gururajan."...This reverts commit 56aebf7f7cbb3781c3f470902f43b361f85cba3e. Raghav Gururajan
2022-11-12teams: Add Raghav Gururajan....* etc/teams.scm.in: Add Raghav Gururajan. Raghav Gururajan
2022-11-03gnu: janet: Update to 1.25.1....* gnu/packages/lisp.scm (janet): Update to 1.25.1. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart
2022-11-03gnu: sbcl: Remove obsolete fix-shared-library-makefile phase....* gnu/packages/lisp.scm (sbcl)[arguments]: Remove phase since "cc" has been replace by "CC" upstream. Pierre Neidhardt
2022-10-31gnu: sbcl: Update to 2.2.10....* gnu/packages/lisp.scm (sbcl): Update to 2.2.10. [arguments]: Remove obsolete fix from 'build-doc' phase. Guillaume Le Vaillant
2022-09-18gnu: txr: Update to 282....* gnu/packages/lisp.scm (txr): Update to 282. Guillaume Le Vaillant
2022-09-18gnu: eisl: Update to 2.63....* gnu/packages/lisp.scm (eisl): Update to 2.63. Guillaume Le Vaillant
2022-09-14gnu: txr: Update to 281....* gnu/packages/lisp.scm (txr): Update to 281. Guillaume Le Vaillant
2022-09-11gnu: janet: Update to 1.24.1....* gnu/packages/lisp.scm (janet): Update to 1.24.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> jgart
2022-09-03gnu: Add eisl....* gnu/packages/lisp.scm (eisl): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Joeke de Graaf
2022-08-19gnu: janet: Update to 1.24.0....* gnu/packages/lisp.scm (janet): Update to 1.24.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> jgart
2022-08-12gnu: txr: Update to 280....* gnu/packages/lisp.scm (txr): Update to 280. Guillaume Le Vaillant
2022-07-12gnu: sbcl: Fix building on powerpc-linux....* 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. Efraim Flashner
2022-07-12gnu: sbcl: Fix building on armhf-linux....* 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
2021-12-30gnu: Remove leading article from synopsis....* 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. Vagrant Cascadian
2021-12-29gnu: buildapp: Fix trailing whitespace in description....* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace. Vagrant Cascadian
2021-12-23gnu: gcl: Avoid referencing GCC from the top-level....* gnu/packages/lisp.scm (gcl)[arguments]: Use SEARCH-INPUT-FILE instead of referencing the GCC variable. Marius Bakke
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-04gnu: janet: Update to 1.19.0....* gnu/packages/lisp.scm (janet): Update to 1.19.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-17gnu: janet: Upgrade to 1.18.1....* gnu/packages/lisp.scm (janet): Upgrade to 1.18.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> jgart
2021-10-15gnu: janet: Prepare for cross-compilation....* gnu/packages/lisp.scm (janet)[arguments]: Use 'cc-for-target'. Replace custom 'check' phase by 'test-target' parameter. Guillaume Le Vaillant
2021-10-15gnu: janet: Upgrade to 1.18.0....* gnu/packages/lisp.scm (janet): Upgrade to 1.18.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-28gnu: sbcl: Update to 2.1.9....* gnu/packages/lisp.scm (sbcl): Update to 2.1.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles