summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
AgeCommit message (Collapse)Author
2017-05-16gnu: sbcl-slynk-boot0: Give the package an appropriate name.Andy Patterson
* gnu/packages/lisp.scm (sbcl-slynk-boot0)[name]: Change it to reflect the bootstrap status of the package. [arguments]<#:asd-system-name>: Add the appropriate value. (sbcl-slynk-arglists)[arguments]: Set the appropriate #:asd-file and forcibly unset #:asd-system-name. (sbcl-slynk)[name]: Change it to the variable name. (cl-slynk)[name]: Likewise.
2017-05-16build-system/asdf: Retain references to source files for binary outputs.Andy Patterson
In support of long-running programs in which the users would like to be able to jump to the source of a definition of any of the dependencies (itself included) of the program. * guix/build/asdf-build-system.scm (library-outputs): Move from here ... * guix/build/lisp-utils.scm (library-outputs): ... to here. (build-program): Accept dependency-prefixes argument, to allow the caller to specify references which should be retained. Default to the library's output. (build-image): Likewise. (generate-executable): Likewise. * gnu/packages/lisp.scm (sbcl-stumpwm+slynk, sbcl-slynk, sbcl-stumpwm): Adjust accordingly to the new interface. (sbcl-stumpwm+slynk)[native-inputs]: Move to ... [inputs]: ... here.
2017-05-16gnu: Add cl-unicode.Ricardo Wurmus
* gnu/packages/lisp.scm (sbcl-cl-unicode-base, sbcl-cl-unicode) (ecl-cl-unicode, cl-unicode): New variables. Co-Authored-By: Andy Patterson <ajpatter@uwarerloo.ca>
2017-05-16build-system/asdf: Parameterize the lisp type and implementation globally.Andy Patterson
* guix/build-system/asdf.scm (asdf-build)[builder]: Parameterize %lisp-type and %lisp before invoking the build procedure. Don't pass #:lisp-type as an argument to said procedure. * guix/build/asdf-build-system.scm: Adjust accordingly. (source-install-prefix): Rename to %lisp-source-install-prefix. * guix/build/lisp-utils.scm: Adjust accordingly. (%lisp-type): New parameter. (bundle-install-prefix): Rename to %bundle-install-prefix. * gnu/packages/lisp.scm: Adjust accordingly.
2017-05-16build-system/asdf: Make #:lisp a package argument.Andy Patterson
* guix/build-system/asdf.scm (lower): Change argument name to `lisp-type'. (asdf-build): Change argument name to `lisp-type'. Remove `lisp' as an argument to the returned procedure. Change the argument passed to build phases to `lisp-type'. * guix/build/asdf-build-system.scm (copy-source, build, check) (create-asd-file, symlink-asd-files, cleanup-files, strip): Respect `lisp-type` argument. * gnu/packages/lisp.scm (sbcl-stumpwm, sbcl-stumpwm+slynk): Likewise.
2017-05-16build-system/asdf: Don't rename inputs.Andy Patterson
* guix/build-system/asdf.scm (package-with-build-system)[transform]: Use updated `new-inputs' procedure for inputs and native-inputs. <rewrite>: Don't rename inputs. <new-propagated-inputs>: Draw from package-inputs and package-native-inputs for source packages. Use the original package's propagated-inputs otherwise. <new-inputs>: Convert into a function to be used to transform inputs and native-inputs. * gnu/packages/lisp.scm (sbcl-fiveam, sbcl-bordeaux-threads) (sbcl-flexi-streams, sbcl-cl-ppcre, sbcl-stumpwm, sbcl-slynk-arglists) (sbcl-slynk-fancy-inspector): Don't prefix input names.
2017-05-16build-system/asdf: Use asdf to determine dependencies.Andy Patterson
This removes the need for conventions to determine which inputs are run-time dependencies, and also the need to specify "special" dependencies. * guix/build/lisp-utils.scm (patch-asd-file, lisp-dependencies) (wrap-perform-method): Remove them. (inputs->asd-file-map, system-dependencies, generate-system-definition) (generate-dependency-links, make-asd-file): New procedures. (lisp-eval-program): Add an error if no lisp matches. (compile-system): Don't use asdf's in-built asd-file generator.
2017-05-16gnu: cl-stumpwm: Build the library in "lib" and the program in "bin".Andy Patterson
* gnu/packages/lisp.scm (sbcl-stumpwm)[outputs]: Remove "bin" and add "lib". [arguments]<#:phases>: Change the target of `build-program' to the "out" output. Likewise, change the target of the desktop file generation. (sbcl-stumpwm+slynk)[inputs]: Use the "lib" output of sbcl-stumpwm.
2017-05-16gnu: cl-slynk: Explain some naming choices.Andy Patterson
* gnu/packages/lisp.scm (sbcl-slynk-boot0): Add comments explaining its purpose and the reason its package-name must differ from its name.
2017-05-16gnu: cl-slynk: Clarify the description.Andy Patterson
* gnu/packages/lisp.scm (sbcl-slynk-boot0)[description]: Describe slime.
2017-05-09gnu: sbcl: Add missing '#:modules' imports.Sergei Trofimovich
Fixes <https://bugs.gnu.org/26843>. * gnu/packages/lisp.scm (sbcl): Add missing '#:modules' imports. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-30gnu: femtolisp: Remove aarch64-linux from supported-architectures.Efraim Flashner
* gnu/packages/lisp.scm (femtolisp)[supported-systems]: Remove aarch64-linux from supported-systems.
2017-04-10gnu: gcl: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/lisp.scm (gcl)[arguments]: Use 'modify-phases' syntax.
2017-04-10gnu: gcl: Clean up inputs.Efraim Flashner
* gnu/packages/lisp.scm (gcl)[arguments]: Remove readline substitution, correctly substitute '/bin/sh' calls. [inputs]: Add gmp, readline. [native-inputs]: Remove readline.
2017-04-10gnu: gcl: Build with gcc@4.9.Efraim Flashner
* gnu/packages/lisp.scm (gcl)[native-inputs]: Add gcc@4.9.
2017-04-02gnu: Use HTTPS URLs for GitHub home-pages.Leo Famulari
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub.
2017-03-30gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.Andy Patterson
* gnu/packages/lisp.scm (ccl)[arguments]: Unconditionally set the CCL_DEFAULT_DIRECTORY environment variable in the wrapper script. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-30gnu: ccl: Install included libraries.Andy Patterson
* gnu/packages/lisp.scm (ccl)[arguments]: Add 'srfi-26' to '#:modules', and copy the included libraries to the output in the 'install' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
2017-03-12gnu: ecl: Update to 16.1.3.Andy Patterson
* gnu/packages/lisp.scm (ecl): Update to 16.1.3. [arguments]: Use a different method to set the binary used for tests. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-02-28gnu: Add lush2.ng0
* gnu/packages/lisp.scm (lush2): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-01-15gnu: sbcl-stumpwm: Update to 1.0.0.Ricardo Wurmus
* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 1.0.0.
2017-01-01gnu: clisp: Remove timestamps.Ricardo Wurmus
* gnu/packages/lisp.scm (clisp)[arguments]: Add "remove-timestamps" phase to remove "__DATE__" and "__TIME__".
2017-01-01gnu: clisp: Use modify-phases syntax.Ricardo Wurmus
* gnu/packages/lisp.scm (clisp)[arguments]: Use modify-phases syntax.
2016-11-13gnu: clisp: Use readline@6.2.Andy Patterson
* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-08gnu: Add sbcl-stumpwm-with-slynk.Andy Patterson
* gnu/packages/lisp.scm (sbcl-stumpwm+slynk): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-slynk.Andy Patterson
* gnu/packages/lisp.scm (cl-slynk, sbcl-slynk, ecl-slynk): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-stumpwm.Andy Patterson
* gnu/packages/lisp.scm (cl-stumpwm, sbcl-stumpwm, ecl-stumpwm): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-clx.Andy Patterson
* gnu/packages/lisp.scm (cl-clx, sbcl-clx, ecl-clx): New variables. * gnu/packages/patches/clx-remove-demo.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-ppcre.Andy Patterson
* gnu/packages/lisp.scm (cl-ppcre, sbcl-cl-pprcre, ecl-cl-pprcre): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-flexi-streams.Andy Patterson
* gnu/packages/lisp.scm (cl-flexi-streams, sbcl-flexi-streams) (ecl-flexi-streams): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-trivial-gray-streams.Andy Patterson
* gnu/packages/lisp.scm (cl-trivial-gray-streams) (sbcl-trivial-gray-streams, ecl-trivial-gray-streams): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-bordeaux-threads.Andy Patterson
* gnu/packages/lisp.scm (cl-bordeaux-threads, sbcl-bordeaux-threads) (ecl-bordeaux-threads): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-fiveam.Andy Patterson
* gnu/packages/lisp.scm (cl-fiveam, sbcl-fiveam, ecl-fiveam): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-08gnu: Add cl-alexandria.Andy Patterson
* gnu/packages/lisp.scm (cl-alexandria, sbcl-alexandria) (ecl-alexandria): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-06gnu: ecl: Honour XDG_DATA_DIRS/ecl-bundle-systems.Andy Patterson
* gnu/packages/lisp.scm (ecl)[source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-06gnu: sbcl: Honour XDG_DATA_DIRS/sbcl-bundle-systems.Andy Patterson
* gnu/packages/lisp.scm (asdf-substitutions): New variable. (sbcl)[source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-10-05gnu: Remove lispf4.ng0
The package in its current state is unusable and documentation with unclear licenses is included. Also, the file 'lispf42.c' (and possible others) is generated C code and thus not "source code" as we define it. * gnu/packages/lisp.scm (lispf4): Delete variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-27gnu: femtolisp: Don't build on mips64el or armhf.ng0
* gnu/packages/lisp.scm (femtolisp)[supported-systems]: New field, remove support for mips64el and armhf. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-21gnu: femtolisp: Remove custom "patch-makefile" phase.ng0
* gnu/packages/lisp.scm (femtolisp)[arguments]: Remove "patch-makefile" phase; specify test target; build "release" target instead of "default".
2016-09-13gnu: Add femtolisp.ng0
* gnu/packages/lisp.scm (femtolisp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-13gnu: lispf4: Remove unused inputs key.ng0
* gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused inputs key from 'install' phase. [source](file-name): Append "-checkout" to the file-name. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-04Merge branch 'core-updates'Mark H Weaver
2016-08-04Revert "Merge branch 'core-updates'"Mark H Weaver
This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
2016-08-02gnu: ccl: Update to 1.11.Christopher W. Carpenter
* gnu/packages/lisp.scm (ccl): Update to 1.11. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-08-01Merge branch 'core-updates'Ludovic Courtès
2016-07-31gnu: ecl: Use "kernel-headers" instead of "linux-headers" to designate input.Andy Patterson
* gnu/packages/lisp.scm (ecl)[arguments]: Use "kernel-headers" as the identifier for an input. This is a follow-up to commit 55de892b435657f82a25c6499174d09b4a680f15. Signed-off-by: Andreas Enge <andreas@enge.fr>
2016-07-25gnu: sbcl: Update to 1.3.7.Andy Patterson
* gnu/packages/lisp.scm (sbcl): Update to 1.3.7. [arguments]: During the patch-unix-tool-paths phase, avoid running substitute* on a utf-16-be encoded file. Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-07-25gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH, and LD_LIBRARY_PATH.Andy Patterson
* gnu/packages/lisp.scm (ecl)[arguments]: Add 'wrap' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-07-25gnu: ecl: Enable tests.Andy Patterson
* gnu/packages/lisp.scm (ecl): Enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>