summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
Commit message (Collapse)AuthorAge
* gnu: txr: Update to 245.Guillaume Le Vaillant2020-12-28
| | | | * gnu/packages/lisp.scm (txr): Update to 245.
* gnu: ecl: Remove build-stamp to improve reproducibility.Zhu Zihao2020-12-14
| | | | | | | * 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>
* gnu: ecl: Return #t in wrap phase.Zhu Zihao2020-12-14
| | | | | | * gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return #t. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl: Simplify 'replace-asdf' phase.Guillaume Le Vaillant2020-12-05
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Remove unused 'out' variable in 'replace-asdf' phase.
* gnu: ecl: Simplify 'replace-asdf' phase.Guillaume Le Vaillant2020-12-05
| | | | | * gnu/packages/lisp.scm (ecl)[arguments]: Remove unused 'out' variable in 'replace-asdf' phase.
* gnu: clisp: Use system ASDF instead of bundled one.Guillaume Le Vaillant2020-12-05
| | | | | | * 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.
* gnu: ccl: Use system ASDF instead of bundled one.Guillaume Le Vaillant2020-12-05
| | | | | | * 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.
* gnu: cl-asdf: Improve priorities of configuration file search.Guillaume Le Vaillant2020-12-05
| | | | | | | | | * 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>
* gnu: lisp-repl-core-dumper: Update to 0.3.0.Pierre Neidhardt2020-12-03
| | | | * gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.3.0.
* gnu: lisp-repl-core-dumper: Update to 0.2.0.Pierre Neidhardt2020-12-02
| | | | * gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.2.0.
* gnu: Add lisp-repl-core-dumper.Pierre Neidhardt2020-12-01
| | | | * gnu/packages/lisp.scm (lisp-repl-core-dumper): New variable.
* gnu: sbcl: Increase default maximum heap size.Guillaume Le Vaillant2020-12-01
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size of 3 GiB.
* gnu: sbcl: Update to 2.0.11.Pierre Neidhardt2020-11-30
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.11.
* gnu: clisp: Enable ASDF module and parallel build, remove old patch.Pierre Neidhardt2020-11-30
| | | | | | | | * 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.
* Merge branch 'master' into stagingMarius Bakke2020-11-22
|\
| * gnu: Add janet.Pierre Neidhardt2020-11-20
| | | | | | | | * gnu/packages/lisp.scm (janet): New variable.
* | Merge branch 'master' into stagingMarius Bakke2020-11-07
|\| | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
| * gnu: sbcl: Update to 2.0.10.Pierre Neidhardt2020-11-02
| | | | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.10.
| * gnu: sbcl: Update to 2.0.9.Pierre Neidhardt2020-10-20
| | | | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.9.
* | Merge branch 'master' into stagingMarius Bakke2020-10-13
|\|
| * gnu: txr: Update to 244.Guillaume Le Vaillant2020-10-13
| | | | | | | | | | * gnu/packages/lisp.scm (txr): Update to 244. [native-inputs]: Remove bison and flex.
* | gnu: cl-asdf: Update to 3.3.4.Guillaume Le Vaillant2020-09-12
| | | | | | | | | | | | | | * gnu/packages/lisp.scm (cl-asdf): Update to 3.3.4. [arguments]: Add small patch for default ASDF configuration. (asdf-substitutions): Remove variable. (sbcl, ecl)[arguments]: Remove call to 'asdf-substitutions'.
* | build-system: asdf: Switch from bundles to regular compilation.Guillaume Le Vaillant2020-09-12
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl, ecl)[native-search-paths]: Add 'XDG_CONFIG_DIRS'. * guix/build-system/asdf.scm (asdf-build): Replace 'asd-file' and 'asd-system-name' keywords by 'asd-files' and 'asd-systems'. * guix/build/asdf-build-system.scm (%object-prefix, %lisp-source-install-prefix): Update variables. (install): Update variable. (main-system-name): New variable. (copy-source): Replace 'asd-file' and 'asd-system-name' keywords by 'asd-files' and 'asd-systems'. (configure): New variable. (build, check): Replace 'asd-file' and 'asd-system-name' keywords by 'asd-files' and 'asd-systems'. (create-asd-file, symlink-asd-files): Remove variables. (create-asdf-configuration): New variable. (cleanup-files): Update variable. (%standard-phases): Remove 'create-asd-file' and 'symlink-asd-files' phases. Add 'configure' and 'create-asdf-configuration' phases. * guix/build/lisp-utils.scm (%bundle-install-prefix, normalize-dependency, inputs->asd-file-map, asdf-load-all, compile-system): Remove variables. (compile-systems): New variable. (system-dependencies, compiled-system, generate-system-definition): Remove variable. (test-system): Replace 'asd-file' parameter by 'asd-files'. (generate-executable-for-system): Update variable. (generate-dependency-links, make-asd-file, bundle-asd-file): Remove variables. (make-asdf-configuration): New variable. (build-program, build-image): Set 'XDG_CONFIG_DIRS'. (generate-executable): Update variable.
* gnu: txr: Update to 243.Guillaume Le Vaillant2020-09-04
| | | | * gnu/packages/lisp.scm (txr): Update to 243.
* gnu: sbcl: Update to 2.0.8.Pierre Neidhardt2020-09-02
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
* gnu: txr: Update to 242.Guillaume Le Vaillant2020-08-18
| | | | * gnu/packages/lisp.scm (txr): Update to 242.
* gnu: sbcl: Update to 2.0.7.Pierre Neidhardt2020-08-01
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
* gnu: sbcl: Add comment explaining out-of-date version.Jakub Kądziołka2020-07-03
| | | | | | | | | Make sure no one repeats this mistake. This is a follow-up to commit 809aa3c51c5a0f3d8e3d8133b22684702cb90287. * gnu/packages/lisp.scm (sbcl): Add a comment advising against updating to 2.0.6.
* Revert "gnu: sbcl: Update to 2.0.6."Pierre Neidhardt2020-07-03
| | | | | | | This reverts commit 1ac4959c6a94a89fc8d3a73239d107cfb1d96240. SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages. See https://github.com/melisgl/named-readtables/issues/19.
* gnu: sbcl: Update to 2.0.6.Pierre Neidhardt2020-07-01
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.6.
* gnu: txr: Update to 239.Guillaume Le Vaillant2020-06-05
| | | | | * gnu/packages/lisp.scm (txr): Update to 239. [arguments]: Use cc-for-target.
* gnu: sbcl: Update to 2.0.5.Pierre Neidhardt2020-05-31
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.5.
* gnu: ccl: Prevent creating invalid derivation on unsupported platforms.Marius Bakke2020-05-31
| | | | | | | * gnu/packages/lisp.scm (ccl)[inputs]: For the "ccl-bootstrap" input, use the x86 origin as the fallback entry. [arguments]: Add (ice-9 match) in #:modules. Rewrite phases to use the scoped SYSTEM variable instead of splicing in a match on %CURRENT-SYSTEM.
* gnu: txr: Update to 238.Guillaume Le Vaillant2020-05-26
| | | | | * gnu/packages/lisp.scm (txr): Update to 238. [arguments]: Don't hardcode "cc=gcc" in configure-flags.
* gnu: ccl: Update to 1.12.Pierre Neidhardt2020-05-14
| | | | | | | * gnu/packages/lisp.scm (ccl): Update to 1.12. [native-inputs]: Remove subversion. [license]: Change to asl2.0. (ccl-1.12): Remove obsolete variable.
* mailmap: Update entries for Nikita.nikita2020-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: change email and name for Nikita. * Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish, gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/erlang.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile-xyz.scm, gnu/packages/haskell-apps.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell-xyz.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp-xyz.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* Merge branch 'master' into core-updatesMarius Bakke2020-04-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/backup.scm gnu/packages/emacs-xyz.scm gnu/packages/guile.scm gnu/packages/lisp.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/web.scm gnu/packages/xorg.scm
| * gnu: sbcl: Update to 2.0.4.Pierre Neidhardt2020-04-28
| | | | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.4.
| * gnu: ecl: Update to 20.4.24.Pierre Neidhardt2020-04-28
| | | | | | | | | | | | * gnu/packages/lisp.scm (ecl): Update to 20.4.24. [native-inputs]: Add texinfo to make the manual. [license]: Set to lgpl2.1+.
* | Merge branch 'master' into core-updatesMarius Bakke2020-04-15
|\|
| * gnu: txr: Update to 235.Tobias Geerinckx-Rice2020-04-14
| | | | | | | | | | * gnu/packages/lisp.scm (txr): Update to 235. [arguments]: Cosmetic shortening.
| * gnu: txr: Call ./configure manually instead of patching.Tobias Geerinckx-Rice2020-04-14
| | | | | | | | | | | | | | | | * gnu/packages/lisp.scm (txr)[source]: Remove patch. [arguments]: Add ‘--prefix’ to #:configure-flags. Use a custom ‘configure’ phase. * gnu/packages/patches/txr-shell.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: txr: Declare test target.Tobias Geerinckx-Rice2020-04-14
| | | | | | | | | | * gnu/packages/lisp.scm (txr)[arguments]: Use #:test-target instead of a trivial custom ‘check’ phase.
* | gnu: ecl: Fix build with LibFFI >= 3.3.Marius Bakke2020-04-08
|/ | | | * gnu/packages/lisp.scm (ecl)[source](modules, snippet): New fields.
* gnu: sbcl: Update to 2.0.3.Pierre Neidhardt2020-04-07
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.3.
* gnu: txr: Update to 234.Guillaume Le Vaillant2020-04-03
| | | | * gnu/packages/lisp.scm (txr): Update to 234.
* gnu: Add ccl-1.12.Pierre Neidhardt2020-04-02
| | | | * gnu/packages/lisp.scm (ccl-1.12): New variable.
* gnu: sbcl: Increase maximum heap size to 2Gb.Guillaume Le Vaillant2020-03-24
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Add the "--dynamic-space-size=2Gb" option in the build phase.
* gnu: txr: Update to 233.Guillaume Le Vaillant2020-03-12
| | | | * gnu/packages/lisp.scm (txr): Update to 233.
* gnu: sbcl: Update to 2.0.2.Pierre Neidhardt2020-03-03
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.2.