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

2016-10-04 Thread Ludovic Courtès
Theodoros Foradis skribis: >> + #:phases >> +(modify-phases %standard-phases >> + (add-after 'unpack 'remove-usr-local >> +(lambda _ >> + (substitute* "iceprog/Makefile" >> +(("-L/usr/local/lib") "" >> + (delete 'configu

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

2016-09-26 Thread Danny Milosavljevic
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

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

2016-09-26 Thread Theodoros Foradis
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

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

2016-09-26 Thread Danny Milosavljevic
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") "") > (

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

2016-09-26 Thread Danny Milosavljevic
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

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

2016-09-25 Thread Theodoros Foradis
> 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

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

2016-09-25 Thread Theodoros Foradis
> + #: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

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

2016-09-07 Thread Danny Milosavljevic
Ping. This is the newest version of the patch series that includes the changes you suggested.

[PATCH v2 0/5] Add FPGA Tools

2016-08-18 Thread Danny Milosavljevic
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(