summaryrefslogtreecommitdiff
path: root/guix/build/lisp-utils.scm
AgeCommit message (Expand)Author
2022-08-03build-system: asdf: Add asd-operation parameter.Guillaume Le Vaillant
2022-08-03build-system: asdf: Let ASDF locate the .asd files.Pierre Neidhardt
2022-08-03guix: build: Switch from asdf:compile-system to asdf:load-system.Pierre Neidhardt
2020-10-19Merge branch 'staging'Maxim Cournoyer
2020-10-16build: Fix docstring typos.Tobias Geerinckx-Rice
2020-09-12build-system: asdf: Switch from bundles to regular compilation.Guillaume Le Vaillant
2020-07-01guix: build: Fix asdf-build-system/ecl.Guillaume Le Vaillant
2020-06-18build-system/asdf: Add support for component-less systems.Pierre Neidhardt
2019-09-05build-system/asdf: Add option to compress programs.Pierre Neidhardt
2018-10-02build-system/asdf: Properly handle dependency specification casing.Andy Patterson
2018-09-19build-system/asdf: Adopt asdf conventions.Andy Patterson
2018-09-19build-system/asdf: Use invoke.Andy Patterson
2018-09-19build-system/asdf: Log lisp system invocations.Andy Patterson
2018-09-19build-system/asdf: Handle all asdf dependency specifications.Andy Patterson
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: Simplify the use of lisp-eval-program.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: Use asdf to determine dependencies.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