Commit Graph
10 Commits
Author SHA1 Message Date
Tomas Hlavaty 5441ab8afc sbcl: add myself as a maintainer 2015-11-26 08:24:02 +01:00
Vladimír Čunát c49cae6803 Revert "patch sbcl-bootstrap for purity"
This reverts commit 06eab94f16.
It doesn't even evaluate on Linux and the author doesn't react.
2015-10-15 21:31:51 +02:00
William A. Kennington III 8a44a36ca4 Merge branch 'master.upstream' into staging.upstream 2015-10-15 10:22:28 -07:00
Tomas Hlavaty da8b05363b sbclBootstrap: don't patchelf on darwin
https://github.com/NixOS/nixpkgs/commit/00935b25541bea0d6324e08e2e3821ac5cad09fd#commitcomment-13552300
2015-10-04 21:08:49 +02:00
William A. Kennington III 98172435f7 Merge branch 'master.upstream' into staging.upstream 2015-10-01 10:43:44 -07:00
Vladimír Čunát 673f3de193 lisps: some refactoring 2015-10-01 11:20:24 +02:00
Tomas Hlavaty 29f120d7b2 sbcl: improve bootstrap and add arm support
clisp bootstrap is very slow and clisp doesn't compile on arm

now it is possible to also bootstrap using ccl:

   sbclBootstrapHost = "${ccl}/bin/${ccl.CCL_RUNTIME} -b -n";

or alternatively using clisp

   sbclBootstrapHost = "${clisp}/bin/clisp -norc";
2015-09-30 23:40:58 +02:00
Jude Taylor 06eab94f16 patch sbcl-bootstrap for purity 2015-09-28 17:09:50 -07:00
Eelco Dolstra 4f7289eec9 Don't use ensureDir 2014-07-22 11:01:32 +02:00
John Wiegley b08031ffec sbcl: use bootstrap binary on darwin 2014-06-25 22:07:55 -07:00