guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 0/5] Add FPGA Tools


From: Ludovic Courtès
Subject: Re: [PATCH v2 0/5] Add FPGA Tools
Date: Tue, 04 Oct 2016 10:48:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Theodoros Foradis <address@hidden> skribis:

>> +       #:phases
>> +        (modify-phases %standard-phases
>> +          (add-after 'unpack 'remove-usr-local
>> +            (lambda _
>> +              (substitute* "iceprog/Makefile"
>> +                (("-L/usr/local/lib") ""))))
>> +          (delete 'configure))))
>
> I made an omission in in my last mail.
>
> The icestorm package builds as it is (with libusb added to the
> inputs).But in order to ensure that the headers in /usr/local/include
> are not used when building, the code above should be changed to:
>
> (lambda _
>   (substitute* "iceprog/Makefile"
>     (("-L/usr/local/lib") "")
>     (("-I/usr/local/include") ""))))

This is unnecessary unless you’re running “guix-daemon
--disable-chroot”, in which case many things break along these lines
anyway.

Ludo’.



reply via email to

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