unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Improve ASDF build system for Common Lisp libraries
@ 2020-09-12  9:36 Guillaume Le Vaillant
  2020-09-12 10:26 ` Pierre Neidhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Guillaume Le Vaillant @ 2020-09-12  9:36 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

Hi,

I've been working on some changes to the asdf-build-system for Common
Lisp libraries and programs:

 - Switching from compile-bundle-op to regular compile-op.
   Using the regular compilation operation of ASDF instead of bundles
   gives us automatic support for component-less systems and
   package-infered systems. It also makes possible having a working
   sbcl-cl-slime-swank package instead of having to propagate the
   cl-slime-swank source package.

 - Replacing the asd-file and asd-system-name keywords by asd-files and
   asd-systems.
   This allows listing several '.asd' files to read and several systems
   to compile in a Guix package definition. Therefore it is not
   necessary to make one Guix package per Common Lisp system anymore.
   For example, mcclim had to be split in dozens of packages, it is now
   just one package.

I just pushed these improvements on the wip-lisp branch.
Could some lispers try it and report if there are issues?

Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2020-09-23 13:42 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12  9:36 Improve ASDF build system for Common Lisp libraries Guillaume Le Vaillant
2020-09-12 10:26 ` Pierre Neidhardt
2020-09-12 11:11   ` Pierre Neidhardt
2020-09-12 12:06     ` Guillaume Le Vaillant
2020-09-13 10:08       ` Guillaume Le Vaillant
2020-09-13 10:31         ` Pierre Neidhardt
2020-09-13 11:56           ` Guillaume Le Vaillant
2020-09-13 10:36       ` Pierre Neidhardt
2020-09-13 12:49         ` Guillaume Le Vaillant
2020-09-13 13:15           ` Pierre Neidhardt
2020-09-14 13:39             ` Guillaume Le Vaillant
2020-09-15  6:18               ` Pierre Neidhardt
2020-09-12 12:07     ` Pierre Neidhardt
2020-09-15 10:00       ` Guillaume Le Vaillant
2020-09-15 10:54         ` Pierre Neidhardt
2020-09-15 11:07           ` Ricardo Wurmus
2020-09-15 14:12             ` Katherine Cox-Buday
2020-09-15 16:28               ` Guillaume Le Vaillant
2020-09-17  9:45                 ` Pierre Neidhardt
2020-09-23 11:15                   ` Pierre Neidhardt
2020-09-23 12:44                     ` Guillaume Le Vaillant
2020-09-23 13:35                       ` Ricardo Wurmus
2020-09-23 13:41                       ` Pierre Neidhardt
2020-09-12 15:35 ` Katherine Cox-Buday
2020-09-12 18:59 ` Konrad Hinsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).