Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-08 Thread Ludovic Courtès
Hi Andy, Andy Patterson skribis: > On Fri, 07 Oct 2016 14:44:38 +0200 > l...@gnu.org (Ludovic Courtès) wrote: [...] >> Andy Patterson skribis: >> >> > +(define* (package-with-build-system from-build-system >> > to-build-system >> > +from-prefix to-prefix >

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Andy Patterson
Hi. On Fri, 07 Oct 2016 14:44:38 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Hello, > > Adding my 2¢ as 宋文武 suggested. :-) > > Andy Patterson skribis: > > > +(define* (package-with-build-system from-build-system > > to-build-system > > +from-prefix to-pr

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Ludovic Courtès
Hello, Adding my 2¢ as 宋文武 suggested. :-) Andy Patterson skribis: > From 31dea60d8f4d876c24352b3279c8bef7d5a1ffc4 Mon Sep 17 00:00:00 2001 > From: Andy Patterson > Date: Mon, 26 Sep 2016 20:11:54 -0400 > Subject: [PATCH v3 01/12] build-system: Add asdf-build-system. > > * guix/build-system/as

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Andy Patterson
Hi again, Things took a little longer than expected as I ran into a bug with ECL (fix attached). I'll try to upstream it later. It can be re-ordered somewhere nearer the beginning of the series. On Wed, 5 Oct 2016 16:59:07 -0400 Andy Patterson wrote: > > What’s the ‘compile-dependencies’ used f

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-07 Thread Andy Patterson
From 31dea60d8f4d876c24352b3279c8bef7d5a1ffc4 Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Mon, 26 Sep 2016 20:11:54 -0400 Subject: [PATCH v3 01/12] build-system: Add asdf-build-system. * guix/build-system/asdf.scm: New file. * guix/build/asdf-build-system.scm: New file. * guix/build/lisp-

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-05 Thread Andy Patterson
On Wed, 05 Oct 2016 12:55:51 +0800 iyzs...@member.fsf.org (宋文武) wrote: > Hi! I have spent more time wondering on this patch and ASDF, so here > are some questions, opinions and ideas (roughly). > Hi. Thanks again for your comments. > > * Makefile.am: Add them. > > Should be: Makefile.am (MO

Re: [PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-04 Thread 宋文武
Hi! I have spent more time wondering on this patch and ASDF, so here are some questions, opinions and ideas (roughly). Andy Patterson writes: > * guix/build-system/asdf.scm: New file. > * guix/build/asdf-build-system.scm: New file. > * guix/build/lisp-utils.scm: New file. > * Makefile.am: Add

[PATCH v2 01/13] build-system: Add asdf-build-system.

2016-10-02 Thread Andy Patterson
* guix/build-system/asdf.scm: New file. * guix/build/asdf-build-system.scm: New file. * guix/build/lisp-utils.scm: New file. * Makefile.am: Add them. * doc/guix.texi: Add section on 'asdf-build-system/source'. --- Makefile.am | 3 + doc/guix.texi| 60 +++