guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add scmutils.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add scmutils.
Date: Thu, 17 Sep 2015 21:54:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Federico Beffa <address@hidden> skribis:

> On Thu, Sep 17, 2015 at 3:03 PM, Ludovic Courtès <address@hidden> wrote:
>> Federico Beffa <address@hidden> skribis:

[...]

>>> +                        (with-directory-excursion "scmutils/scmutils"
>>> +                          (copy-files-to-directory '("COPYING" "LICENSE")
>>> +                                                   doc #t)
>>> +                          (for-each (lambda (f) (delete-file f))
>>> +                                    (find-files "." "\\.bin"))
>>
>>   (for-each delete-file (find-files …))
>>
>> This phase deletes a bunch of pre-compiled files, which are those Mark
>> and you were referring to, IIUC.  Could you move the removal of all the
>> pre-compiled files to a ‘snippet’?
>
> The source code and the binary distribution to which Mark was
> referring are totally separated and live in different directories. The
> code never even enters the directory with the binary code. The files
> I'm deleting here are some of the files generated by the compiler, but
> not needed at runtime. I delete those and copy everything else from
> that directory.

OK, sorry for the confusion.

> I've added the snippet to delete the directory containing the binary code.

Great.

>>> +      (supported-systems '("x86_64-linux" "i686-linux"))
>>
>> Please add a comment above explaining why this is the case.
>
> Actually I'm not sure if it runs on other platforms. The tarballs are
> specific for the Intel x*86* family of processors, but maybe it's just
> a restriction on the binary part of the content. I've deleted this
> restriction. We'll see if it compiles on hydra.

Yeah, ‘mit-scheme’ already has restrictions on ‘supported-systems’
anyway.

> From cc432e7c6f91600cf4e03b07286af4ea631c27c0 Mon Sep 17 00:00:00 2001
> From: Federico Beffa <address@hidden>
> Date: Thu, 13 Aug 2015 18:58:01 +0200
> Subject: [PATCH] gnu: Add scmutils.
>
> * gnu/packages/scheme.scm (scmutils): New variable.

OK to push, thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]