Age | Commit message (Expand) | Author |
2022-11-03 | 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.
| Pierre Neidhardt |
2022-10-31 | 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.
| Guillaume Le Vaillant |
2022-09-18 | gnu: txr: Update to 282....* gnu/packages/lisp.scm (txr): Update to 282.
| Guillaume Le Vaillant |
2022-09-18 | gnu: eisl: Update to 2.63....* gnu/packages/lisp.scm (eisl): Update to 2.63.
| Guillaume Le Vaillant |
2022-09-14 | gnu: txr: Update to 281....* gnu/packages/lisp.scm (txr): Update to 281.
| Guillaume Le Vaillant |
2022-09-11 | 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>
| jgart |
2022-09-03 | gnu: Add eisl....* gnu/packages/lisp.scm (eisl): New variable.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Joeke de Graaf |
2022-08-19 | gnu: 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-12 | gnu: txr: Update to 280....* gnu/packages/lisp.scm (txr): Update to 280.
| Guillaume Le Vaillant |
2022-07-12 | 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.
| Efraim Flashner |
2022-07-12 | 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.
| Efraim Flashner |
2022-07-08 | 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.
| Pierre Neidhardt |
2022-07-06 | gnu: txr: Install vim syntax files....* gnu/packages/lisp.scm (txr)[arguments]: Add phase to install vim
syntax files.
| Efraim Flashner |
2022-07-06 | 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>
| Paul A. Patience |
2022-07-03 | 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.
| Guillaume Le Vaillant |
2022-06-30 | 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.
| Pierre Neidhardt |
2022-06-30 | 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.
| Guillaume Le Vaillant |
2022-06-30 | 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.
| Guillaume Le Vaillant |
2022-06-23 | 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>
| jgart |
2022-06-13 | gnu: txr: Update to 277....* gnu/packages/lisp.scm (txr): Update to 277.
[inputs]: Add zlib.
| Guillaume Le Vaillant |
2022-05-22 | 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.
| Guillaume Le Vaillant |
2022-04-18 | 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>
| jgart |
2022-03-25 | gnu: txr: Update to 274....* gnu/packages/lisp.scm (txr): Update to 274.
| Guillaume Le Vaillant |
2022-03-13 | 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>
| jgart |
2022-03-11 | 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>
| Maxime Devos |
2022-03-03 | gnu: sbcl: Update to 2.2.2....* gnu/packages/lisp.scm (sbcl): Update to 2.2.2.
| Guillaume Le Vaillant |
2022-01-16 | gnu: janet: Use G-expressions....* gnu/packages/lisp.scm (janet)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-01-16 | gnu: janet: Update to 1.19.2....* gnu/packages/lisp.scm (janet): Update to 1.19.2.
| Tobias Geerinckx-Rice |
2022-01-07 | gnu: 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-07 | gnu: txr: Remove input labels....* gnu/packages/lisp.scm (txr)[native-inputs, inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2021-12-30 | 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.
| Vagrant Cascadian |
2021-12-29 | gnu: buildapp: Fix trailing whitespace in description....* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
| Vagrant Cascadian |
2021-12-23 | 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.
| Marius Bakke |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-04 | 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>
| jgart |
2021-10-18 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-10-17 | 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>
| jgart |
2021-10-15 | gnu: 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-15 | 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>
| jgart |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-09-28 | gnu: 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 |
2021-09-07 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-09-05 | gnu: Fix some gexps....* gnu/packages/android.scm (adb, android-ext4-utils)[arguments]: Use
'this-package-input' in gexps.
* gnu/packages/finance.scm (monero-gui)[arguments]: Idem.
* gnu/packages/lisp.scm (gcl)[arguments]: Idem.
| Guillaume Le Vaillant |
2021-09-01 | gnu: txr: Update to 270....* gnu/packages/lisp.scm (txr): Update to 270.
| Guillaume Le Vaillant |
2021-08-22 | gnu: gcl: Update to 2.6.12-3.ff7ef98....* gnu/packages/lisp.scm (gcl): Update to 2.6.12-3.ff7ef98.
[version]: Use git-version.
[source]: Use git-file-name.
[inputs]: Add bash-minimal and libtirpc.
[arguments]: Update 'configure-flags' and 'make-flags', using gexps.
Add 'realpath-workaround' and 'fix-makefile' phases.
| Guillaume Le Vaillant |
2021-08-12 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/algebra.scm
gnu/packages/games.scm
gnu/packages/golang.scm
gnu/packages/kerberos.scm
gnu/packages/mail.scm
gnu/packages/python.scm
gnu/packages/ruby.scm
gnu/packages/scheme.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
| Marius Bakke |
2021-07-29 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/emacs-xyz.scm
gnu/packages/gpodder.scm
gnu/packages/music.scm
gnu/packages/patches/glibc-bootstrap-system.patch
gnu/packages/python-xyz.scm
gnu/packages/shells.scm
gnu/packages/statistics.scm
| Marius Bakke |
2021-08-08 | gnu: txr: Update to 268....* gnu/packages/lisp.scm (txr): Update to 268.
[arguments]: Update 'fix-tests' phase.
| Guillaume Le Vaillant |
2021-07-31 | Revert "gnu: sbcl: Update to 2.1.7."...This SBCL version seems to have a bug that breaks many packages.
This reverts commit b07581d6e24bf5fa4676bcebaba75315bbbb01e6.
| Pierre Neidhardt |