summaryrefslogtreecommitdiff
path: root/guix/build/asdf-build-system.scm
AgeCommit message (Expand)Author
2020-05-21build: asdf-build-system: Use SBCL source in CL packages.Pierre Neidhardt
2020-01-12build: asdf-build-system: Improve reproducibility.Guillaume Le Vaillant
2020-01-08build: asdf-build-system: Make sbcl-* Lisp packages reproducible.Guillaume Le Vaillant
2018-03-11build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès
2017-05-16build-system/asdf: Handle tests defined in external systems.Andy Patterson
2017-05-16build-system/asdf: Retain references to source files for binary outputs.Andy Patterson
2017-05-16build-system/asdf: Handle unusually-named systems.Andy Patterson
2017-05-16build-system/asdf: Always pre-load the system's definition file.Andy Patterson
2017-05-16build-system/asdf: Pass the system name as an argument to the builder.Andy Patterson
2017-05-16build-system/asdf: Parameterize the lisp type and implementation globally.Andy Patterson
2017-05-16build-system/asdf: Make #:lisp a package argument.Andy Patterson
2017-05-16build-system/asdf: Keep ecl's generated archive files.Andy Patterson
2017-05-16build-system/asdf: Use asdf to determine dependencies.Andy Patterson
2017-05-16build-system/asdf: Make it possible to use "lib" as the build output.Andy Patterson
2017-05-16build-system/asdf: Rename %install-prefix to %source-install-prefix.Andy Patterson
2016-10-08build-system: Add asdf-build-system.Andy Patterson