summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
AgeCommit message (Collapse)Author
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-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-01gnu: txr: Update to 270.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 270.
2021-08-08gnu: txr: Update to 268.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 268. [arguments]: Update 'fix-tests' phase.
2021-07-31Revert "gnu: sbcl: Update to 2.1.7."Pierre Neidhardt
This SBCL version seems to have a bug that breaks many packages. This reverts commit b07581d6e24bf5fa4676bcebaba75315bbbb01e6.
2021-07-31gnu: sbcl: Update to 2.1.7.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.7.
2021-07-21gnu: txr: Reduce closure size.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
2021-07-20gnu: txr: Update to 266.Paul A. Patience
* gnu/packages/lisp.scm (txr)[version]: Update to 266. [inputs]: Add bash. [arguments]<#:phases>{inhibit-doc-syms-generation}: Correct the path to doc-syms.tl to its new location. {fix-tests}: Fix another test. {fix-paths}: New phase. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20gnu: txr: Fix license installation.Paul A. Patience
The install-license-files phase was installing LICENSE-CYG when it shouldn't have, because that license applies only to TXR builds for Microsoft Windows; and it was also ignoring the METALICENSE file. However, TXR's Makefile was already installing the LICENSE and METALICENSE files into share/txr (the datadir), so redirect them into the appropriate doc directory and delete the install-license-files phase. * gnu/packages/lisp.scm (txr)[arguments]<#:phases> {fix-license-installation}: New phase. {install-license-files}: Delete phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20gnu: txr: Build documentation.Paul A. Patience
* gnu/packages/lisp.scm (man-for-txr): New variable. (txr)[native-inputs]: New field. [inputs]: Move above the arguments field. [arguments]<#:phases>{inhibit-doc-syms-generation, build-doc, install-doc}: New phases. {fix-tests}: Add after the unpack phase rather than after the configure phase so that all file-modifying phases are performed after unpacking. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-03gnu: cl-asdf: Update to 3.3.5.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
2021-06-30gnu: sbcl: Update to 2.1.6.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.6.
2021-06-24gnu: txr: Update to 263.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 263.
2021-06-01gnu: sbcl: Update to 2.1.5.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.5.
2021-05-27gnu: ccl: Update to 1.12.1.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (ccl): Update to 1.12.1. [inputs]: Keep using the 1.12 bootstrap for ARM.
2021-05-20gnu: txr: Update to 259.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 259.
2021-05-06gnu: txr: Update to 258.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (txr): Update to 258.
2021-05-01gnu: sbcl: Update to 2.1.4.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.4.
2021-04-26gnu: txr: Update to 257.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 257.
2021-04-21gnu: txr: Update to 256.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 256.
2021-04-06gnu: txr: Update to 255.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 255.
2021-03-29gnu: sbcl: Update to 2.1.3.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.3.
2021-03-22gnu: sbcl: Update to 2.1.2.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
2021-03-12gnu: lisp-repl-core-dumper: Update to 0.7.0.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.7.0.
2021-03-08gnu: lisp-repl-core-dumper: Update to 0.6.0.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.6.0.
2021-02-03gnu: ecl: Update to 21.2.1.Pierre Neidhardt
* gnu/packages/lisp.scm (ecl): Update to 21.2.1.
2021-02-02gnu: ecl: Propagate some dependencies used in header files.Zhu Zihao
* gnu/packages/lisp.scm(ecl)[inputs]: Move gmp, libatomic-ops, libgc and libffi to... [propagated-inputs]: ... here. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-20gnu: lisp-repl-core-dumper: Patch path to `cat'.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper)[arguments]: Substitute calls to `cat' with full store path.
2021-01-20gnu: lisp-repl-core-dumper: Update to 0.5.0.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.5.0.
2021-01-17gnu: Add buildapp.Sharlatan Hellseher
* gnu/packages/lisp.scm (buildapp): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-12gnu: lisp-repl-core-dumper: Update to 0.4.0.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.4.0.
2021-01-02gnu: txr: Update to 246.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 246.
2020-12-30gnu: sbcl: Update to 2.1.0.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.0.
2020-12-28gnu: txr: Update to 245.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 245.
2020-12-14gnu: ecl: Remove build-stamp to improve reproducibility.Zhu Zihao
* gnu/packages/lisp.scm (ecl)[arguments]<phases>: Add "remove-build-stamp" phase. Move "wrap" phase after "remove-build-stamp" phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-14gnu: ecl: Return #t in wrap phase.Zhu Zihao
* gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return #t. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-05gnu: sbcl: Simplify 'replace-asdf' phase.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove unused 'out' variable in 'replace-asdf' phase.
2020-12-05gnu: ecl: Simplify 'replace-asdf' phase.Guillaume Le Vaillant
* gnu/packages/lisp.scm (ecl)[arguments]: Remove unused 'out' variable in 'replace-asdf' phase.
2020-12-05gnu: clisp: Use system ASDF instead of bundled one.Guillaume Le Vaillant
* gnu/packages/lisp.scm (clisp)[native-inputs]: Add cl-asdf. [arguments]: Add 'replace-asdf' phase. [native-search-paths]: Add XDG_CONFIG_DIRS and XDG_DATA_DIRS.
2020-12-05gnu: ccl: Use system ASDF instead of bundled one.Guillaume Le Vaillant
* gnu/packages/lisp.scm (ccl)[native-inputs]: Add cl-asdf. [arguments]: Add 'replace-asdf' phase. [native-search-paths]: Add XDG_CONFIG_DIRS and XDG_DATA_DIRS.
2020-12-05gnu: cl-asdf: Improve priorities of configuration file search.Guillaume Le Vaillant
* gnu/packages/patches/cl-asdf-config-directories.patch: New file. * gnu/local.mk (dist_PATCH_DATA): Add it. * gnu/packages/lisp.scm (cl-asdf)[native-inputs]: Add it. [arguments]: Apply the new patch. Co-authored-by: Pierre Neidhardt <mail@ambrevar.xyz>
2020-12-03gnu: lisp-repl-core-dumper: Update to 0.3.0.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.3.0.
2020-12-02gnu: lisp-repl-core-dumper: Update to 0.2.0.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.2.0.
2020-12-01gnu: Add lisp-repl-core-dumper.Pierre Neidhardt
* gnu/packages/lisp.scm (lisp-repl-core-dumper): New variable.
2020-12-01gnu: sbcl: Increase default maximum heap size.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size of 3 GiB.
2020-11-30gnu: sbcl: Update to 2.0.11.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.11.
2020-11-30gnu: clisp: Enable ASDF module and parallel build, remove old patch.Pierre Neidhardt
* gnu/packages/lisp.scm (clisp)[source]: Remove patch that does not seem to be needed anymore. [arguments]: Remove (obsolete?) #:build keyword. Enable ASDF and explicitly enable ffcall, readline, sigsegv. Enable parallel-build since they seem to work now.
2020-11-22Merge branch 'master' into stagingMarius Bakke