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: Theodoros Foradis
Subject: Re: [PATCH v2 0/5] Add FPGA Tools
Date: Mon, 26 Sep 2016 04:58:21 +0300
User-agent: mu4e 0.9.17; emacs 25.1.1

> +       #: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") ""))))
-- 
Theodoros Foradis



reply via email to

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