Theodoros Foradis skribis:
>> + #:phases
>> +(modify-phases %standard-phases
>> + (add-after 'unpack 'remove-usr-local
>> +(lambda _
>> + (substitute* "iceprog/Makefile"
>> +(("-L/usr/local/lib") ""
>> + (delete 'configu
On Mon, 26 Sep 2016 13:53:24 +0300
Theodoros Foradis wrote:
> > I posted a patch "gnu: Move libusb from inputs to propagated-inputs" back
> > in August which would fix that (by fixing libftdi). Adding libusb here is
> > not the right fix.
>
> Are there any issues blocking that patch? Seems st
Hi,
> I posted a patch "gnu: Move libusb from inputs to propagated-inputs" back in
> August which would fix that (by fixing libftdi). Adding libusb here is not
> the right fix.
Are there any issues blocking that patch? Seems straightforward to me.
--
Theodoros Foradis
Hi,
> 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") "")
> (
Hi,
thanks for testing this!
> In order for icestorm to build, I had to add libusb to its inputs.
I posted a patch "gnu: Move libusb from inputs to propagated-inputs" back in
August which would fix that (by fixing libftdi). Adding libusb here is not the
right fix.
> The toolchain was tested w
> This patch adds FPGA tools.
> Danny Milosavljevic (5):
> gnu: Add abc.
> gnu: Add iverilog.
> gnu: Add yosys.
> gnu: Add icestorm.
> gnu: Add arachne-pnr.
> gnu/local.mk | 1 +
> gnu/packages/fpga.scm | 273 =
> ++
> 2 files
> + #: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
Ping. This is the newest version of the patch series that includes the changes
you suggested.
This patch adds FPGA tools.
Danny Milosavljevic (5):
gnu: Add abc.
gnu: Add iverilog.
gnu: Add yosys.
gnu: Add icestorm.
gnu: Add arachne-pnr.
gnu/local.mk | 1 +
gnu/packages/fpga.scm | 273 ++
2 files changed, 274 insertions(