me
/
guix
Archived
1
0
Fork 0
Commit Graph

510 Commits (086c6800cfeb3db88bcd33badf5a6683ba4ce9db)

Author SHA1 Message Date
Guillaume Le Vaillant ce27cde262
gnu: txr: Reduce closure size.
* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
2021-07-21 10:57:27 +02:00
Paul A. Patience 59d09bfb2b
gnu: txr: Update to 266.
* 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-20 10:50:04 +02:00
Paul A. Patience 6a0658afa7
gnu: txr: Fix license installation.
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-20 10:09:33 +02:00
Paul A. Patience 75922458af
gnu: txr: Build documentation.
* 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-20 10:03:30 +02:00
Pierre Neidhardt 07d47e34da
gnu: cl-asdf: Update to 3.3.5.
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
2021-07-03 14:10:41 +02:00
Pierre Neidhardt e8e1dd2439
gnu: sbcl: Update to 2.1.6.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.6.
2021-06-30 18:42:00 +02:00
Guillaume Le Vaillant fb31d73110
gnu: txr: Update to 263.
* gnu/packages/lisp.scm (txr): Update to 263.
2021-06-24 10:57:16 +02:00
Pierre Neidhardt b4e3b77270
gnu: sbcl: Update to 2.1.5.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.5.
2021-06-01 12:01:24 +02:00
Tobias Geerinckx-Rice f0b9250382
gnu: ccl: Update to 1.12.1.
* gnu/packages/lisp.scm (ccl): Update to 1.12.1.
[inputs]: Keep using the 1.12 bootstrap for ARM.
2021-05-27 18:20:36 +02:00
Guillaume Le Vaillant 79922038bc
gnu: txr: Update to 259.
* gnu/packages/lisp.scm (txr): Update to 259.
2021-05-20 14:10:31 +02:00
Tobias Geerinckx-Rice 462b8a6dfd
gnu: txr: Update to 258.
* gnu/packages/lisp.scm (txr): Update to 258.
2021-05-06 22:05:20 +02:00
Pierre Neidhardt c04dfb39f6
gnu: sbcl: Update to 2.1.4.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.4.
2021-05-01 13:53:09 +02:00
Guillaume Le Vaillant fa5beb03f3
gnu: txr: Update to 257.
* gnu/packages/lisp.scm (txr): Update to 257.
2021-04-26 13:30:46 +02:00
Guillaume Le Vaillant b33e83ea9c
gnu: txr: Update to 256.
* gnu/packages/lisp.scm (txr): Update to 256.
2021-04-21 13:46:31 +02:00
Guillaume Le Vaillant c6eb6d471d
gnu: txr: Update to 255.
* gnu/packages/lisp.scm (txr): Update to 255.
2021-04-06 14:04:20 +02:00
Pierre Neidhardt fba2fa7ed8
gnu: sbcl: Update to 2.1.3.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.3.
2021-03-29 10:36:08 +02:00
Pierre Neidhardt 8e92c58bc3
gnu: sbcl: Update to 2.1.2.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
2021-03-22 13:18:35 +01:00
Pierre Neidhardt 5fa4814b4f
gnu: lisp-repl-core-dumper: Update to 0.7.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.7.0.
2021-03-12 13:09:36 +01:00
Pierre Neidhardt ed128a6bbc
gnu: lisp-repl-core-dumper: Update to 0.6.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.6.0.
2021-03-08 09:33:10 +01:00
Pierre Neidhardt da5118d3f4
gnu: ecl: Update to 21.2.1.
* gnu/packages/lisp.scm (ecl): Update to 21.2.1.
2021-02-03 20:59:14 +01:00
Zhu Zihao 90ad8bd1a6
gnu: ecl: Propagate some dependencies used in header files.
* 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-02-02 10:36:40 +01:00
Pierre Neidhardt 683154166d
gnu: lisp-repl-core-dumper: Patch path to `cat'.
* gnu/packages/lisp.scm (lisp-repl-core-dumper)[arguments]: Substitute calls
to `cat' with full store path.
2021-01-20 20:39:36 +01:00
Pierre Neidhardt 499ce19730
gnu: lisp-repl-core-dumper: Update to 0.5.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.5.0.
2021-01-20 12:22:34 +01:00
Sharlatan Hellseher 014845591a
gnu: Add buildapp.
* gnu/packages/lisp.scm (buildapp): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-17 10:17:38 +01:00
Pierre Neidhardt 151dff1650
gnu: lisp-repl-core-dumper: Update to 0.4.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.4.0.
2021-01-12 13:46:11 +01:00
Guillaume Le Vaillant 88a4e5f19b
gnu: txr: Update to 246.
* gnu/packages/lisp.scm (txr): Update to 246.
2021-01-02 10:48:08 +01:00
Pierre Neidhardt 32feb2c5f6
gnu: sbcl: Update to 2.1.0.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.0.
2020-12-30 22:43:20 +01:00
Guillaume Le Vaillant 069ee21808
gnu: txr: Update to 245.
* gnu/packages/lisp.scm (txr): Update to 245.
2020-12-28 14:35:19 +01:00
Zhu Zihao 20a964149c
gnu: ecl: Remove build-stamp to improve reproducibility.
* 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-14 14:27:55 +01:00
Zhu Zihao e3f538969e
gnu: ecl: Return #t in wrap phase.
* gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return #t.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-14 14:26:43 +01:00
Guillaume Le Vaillant 4354dacede
gnu: sbcl: Simplify 'replace-asdf' phase.
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove unused 'out' variable in
  'replace-asdf' phase.
2020-12-05 16:00:58 +01:00
Guillaume Le Vaillant f62982d96d
gnu: ecl: Simplify 'replace-asdf' phase.
* gnu/packages/lisp.scm (ecl)[arguments]: Remove unused 'out' variable in
  'replace-asdf' phase.
2020-12-05 16:00:58 +01:00
Guillaume Le Vaillant c32a7b3485
gnu: clisp: Use system ASDF instead of bundled one.
* 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-05 16:00:58 +01:00
Guillaume Le Vaillant 623a98a9dc
gnu: ccl: Use system ASDF instead of bundled one.
* 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-05 16:00:58 +01:00
Guillaume Le Vaillant 031fbebafe
gnu: cl-asdf: Improve priorities of configuration file search.
* 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-05 16:00:57 +01:00
Pierre Neidhardt 75b11d6713
gnu: lisp-repl-core-dumper: Update to 0.3.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.3.0.
2020-12-03 12:35:16 +01:00
Pierre Neidhardt 9fe5bb7c92
gnu: lisp-repl-core-dumper: Update to 0.2.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.2.0.
2020-12-02 10:38:07 +01:00
Pierre Neidhardt ab15cf5a6d
gnu: Add lisp-repl-core-dumper.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): New variable.
2020-12-01 12:37:52 +01:00
Guillaume Le Vaillant c3e459d266
gnu: sbcl: Increase default maximum heap size.
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size
  of 3 GiB.
2020-12-01 11:52:34 +01:00
Pierre Neidhardt 40bfe1168f
gnu: sbcl: Update to 2.0.11.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.11.
2020-11-30 12:30:00 +01:00
Pierre Neidhardt 074236d197
gnu: clisp: Enable ASDF module and parallel build, remove old patch.
* 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-30 12:28:38 +01:00
Marius Bakke a485a98ca8
Merge branch 'master' into staging 2020-11-22 23:36:09 +01:00
Pierre Neidhardt 7a858c0c0a
gnu: Add janet.
* gnu/packages/lisp.scm (janet): New variable.
2020-11-20 10:13:25 +01:00
Marius Bakke 32787d6524
Merge branch 'master' into staging
Conflicts:
	gnu/local.mk
	gnu/packages/gdb.scm
	gnu/packages/lisp-xyz.scm
	gnu/packages/web-browsers.scm
2020-11-07 21:33:32 +01:00
Pierre Neidhardt 60a9f246fa
gnu: sbcl: Update to 2.0.10.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.10.
2020-11-02 12:24:35 +01:00
Pierre Neidhardt 6ea61b4818
gnu: sbcl: Update to 2.0.9.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.9.
2020-10-20 15:13:41 +02:00
Marius Bakke f7175626ff
Merge branch 'master' into staging 2020-10-13 23:39:27 +02:00
Guillaume Le Vaillant 7b554d690f
gnu: txr: Update to 244.
* gnu/packages/lisp.scm (txr): Update to 244.
  [native-inputs]: Remove bison and flex.
2020-10-13 13:41:37 +02:00
Guillaume Le Vaillant 4136736b52
gnu: cl-asdf: Update to 3.3.4.
* 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'.
2020-09-12 11:18:57 +02:00
Guillaume Le Vaillant a13f45c150
build-system: asdf: Switch from bundles to regular compilation.
* 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.
2020-09-12 11:18:56 +02:00