3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

582 commits

Author SHA1 Message Date
76a3929add
gnu: janet: Update to 1.26.0.
* gnu/packages/lisp.scm (janet): Update to 1.26.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-07 09:13:19 +01:00
Guillaume Le Vaillant
ba1b61a72d
gnu: txr: Update to 284.
* gnu/packages/lisp.scm (txr): Update to 284.
2023-01-25 10:51:26 +01:00
Joeke de Graaf
ad4bb682d3
gnu: eisl: Update to 2.65.
* gnu/packages/lisp.scm (eisl): Update to 2.65.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-12 11:51:45 +01:00
Pierre Neidhardt
9b714ec75e
gnu: sbcl: Update to 2.2.11.
* gnu/packages/lisp.scm (sbcl): Update to 2.2.11.
2022-11-29 12:34:25 +01:00
Andrew Patterson
cc08d374b2
gnu: 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>
2022-11-19 12:58:12 +01:00
0209ee0b55
gnu: Add carp.
* gnu/packages/lisp.scm (carp): New variable.

Co-authored-by: ( <paren@disroot.org>
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-12 03:57:17 -05:00
3c62b03798
Revert "teams: Add Raghav Gururajan."
This reverts commit 56aebf7f7c.
2022-11-12 03:49:39 -05:00
56aebf7f7c
teams: Add Raghav Gururajan.
* etc/teams.scm.in: Add Raghav Gururajan.
2022-11-12 03:43:15 -05:00
d2cd7a4421
gnu: janet: Update to 1.25.1.
* gnu/packages/lisp.scm (janet): Update to 1.25.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-03 17:35:32 +01:00
Pierre Neidhardt
058262eec4
gnu: sbcl: Remove obsolete fix-shared-library-makefile phase.
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove phase since "cc" has been
replace by "CC" upstream.
2022-11-03 11:34:42 +01:00
Guillaume Le Vaillant
1eee671d7d
gnu: sbcl: Update to 2.2.10.
* gnu/packages/lisp.scm (sbcl): Update to 2.2.10.
  [arguments]: Remove obsolete fix from 'build-doc' phase.
2022-10-31 16:01:12 +01:00
Guillaume Le Vaillant
e775b99d45
gnu: txr: Update to 282.
* gnu/packages/lisp.scm (txr): Update to 282.
2022-09-18 18:52:28 +02:00
Guillaume Le Vaillant
5a930bbffc
gnu: eisl: Update to 2.63.
* gnu/packages/lisp.scm (eisl): Update to 2.63.
2022-09-18 18:52:28 +02:00
Guillaume Le Vaillant
5b35626374
gnu: txr: Update to 281.
* gnu/packages/lisp.scm (txr): Update to 281.
2022-09-14 11:07:49 +02:00
bf0708d267
gnu: janet: Update to 1.24.1.
* gnu/packages/lisp.scm (janet): Update to 1.24.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11 16:43:31 +02:00
Joeke de Graaf
5cf9b98d1c
gnu: Add eisl.
* gnu/packages/lisp.scm (eisl): New variable.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-03 16:02:04 +02:00
89d427e4be
gnu: janet: Update to 1.24.0.
* gnu/packages/lisp.scm (janet): Update to 1.24.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-19 09:25:15 +08:00
Guillaume Le Vaillant
ff2c97a803
gnu: txr: Update to 280.
* gnu/packages/lisp.scm (txr): Update to 280.
2022-08-12 11:47:52 +02:00
40095549f4
gnu: 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.
2022-07-12 21:37:09 +03:00
0d6d7b3efc
gnu: 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.
2022-07-12 17:39:56 +03:00
Pierre Neidhardt
d14070bd29
gnu: 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.
2022-07-08 19:32:41 +02:00
bf22d0d038
gnu: txr: Install vim syntax files.
* gnu/packages/lisp.scm (txr)[arguments]: Add phase to install vim
syntax files.
2022-07-06 12:06:53 +03:00
Paul A. Patience
c2fe78db73
gnu: 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>
2022-07-06 12:06:52 +03:00
Guillaume Le Vaillant
e0d2f8164e
gnu: 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.
2022-07-03 12:07:31 +02:00
Pierre Neidhardt
0eac11139a
gnu: 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.
2022-06-30 20:01:37 +02:00
Guillaume Le Vaillant
9829f53a3f
gnu: 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.
2022-06-30 17:01:20 +02:00
Guillaume Le Vaillant
2c6a9ad2f0
gnu: 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.
2022-06-30 13:51:50 +02:00
3055af4c45
gnu: 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>
2022-06-23 20:34:32 -04:00
Guillaume Le Vaillant
c318f4fcb1
gnu: txr: Update to 277.
* gnu/packages/lisp.scm (txr): Update to 277.
  [inputs]: Add zlib.
2022-06-13 11:06:57 +02:00
Guillaume Le Vaillant
f0e9048e98
gnu: 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.
2022-05-22 17:39:23 +02:00
a76c879f14
gnu: 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>
2022-04-18 23:09:39 +02:00
Guillaume Le Vaillant
cce693a4a9
gnu: txr: Update to 274.
* gnu/packages/lisp.scm (txr): Update to 274.
2022-03-25 11:20:33 +01:00
1a36fb51a8
gnu: janet: Update to 1.20.0.
* gnu/packages/lisp.scm (janet): Update to 1.20.0.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-03-13 03:25:50 -04:00
1879d6d810
gnu: 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>
2022-03-11 23:34:48 -05:00
Guillaume Le Vaillant
ff1e3a3925
gnu: sbcl: Update to 2.2.2.
* gnu/packages/lisp.scm (sbcl): Update to 2.2.2.
2022-03-03 16:21:21 +01:00
Tobias Geerinckx-Rice
abb7272af3
gnu: janet: Use G-expressions.
* gnu/packages/lisp.scm (janet)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
38200e3652
gnu: janet: Update to 1.19.2.
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
363d872167
gnu: txr: Update to 273.
* gnu/packages/lisp.scm (txr): Update to 273.
[arguments]: Don't explicitly return #t from phases.
2022-01-07 05:57:53 +01:00
Tobias Geerinckx-Rice
58fd238520
gnu: txr: Remove input labels.
* gnu/packages/lisp.scm (txr)[native-inputs, inputs]:
Remove input labels.
2022-01-07 05:57:53 +01:00
Vagrant Cascadian
9c3c68dae4
gnu: 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.
2021-12-30 20:54:47 -08:00
Vagrant Cascadian
355b6b65bb
gnu: buildapp: Fix trailing whitespace in description.
* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
2021-12-29 22:49:26 -08:00
Marius Bakke
91918e9405
gnu: gcl: Avoid referencing GCC from the top-level.
* gnu/packages/lisp.scm (gcl)[arguments]: Use SEARCH-INPUT-FILE instead of
referencing the GCC variable.
2021-12-23 03:07:34 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
da70132ee9
gnu: 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>
2021-12-04 13:51:49 +01:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates 2021-10-18 14:37:26 +00:00
06b46713a4
gnu: 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>
2021-10-17 21:14:57 +03:00
Guillaume Le Vaillant
90e92befbc
gnu: janet: Prepare for cross-compilation.
* gnu/packages/lisp.scm (janet)[arguments]: Use 'cc-for-target'. Replace
  custom 'check' phase by 'test-target' parameter.
2021-10-15 11:16:59 +02:00
e9bd9a2d58
gnu: 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>
2021-10-15 11:16:59 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen. 2021-10-12 17:46:23 +00:00