all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Theodoros Foradis <theodoros.for@openmailbox.org>
To: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH v2 0/5] Add FPGA Tools
Date: Mon, 26 Sep 2016 04:58:21 +0300	[thread overview]
Message-ID: <878tufcthe.fsf@openmailbox.org> (raw)
In-Reply-To: <20160818151833.29540-1-dannym@scratchpost.org>

> +       #: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

  parent reply	other threads:[~2016-09-26  1:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-18 15:18 [PATCH v2 0/5] Add FPGA Tools Danny Milosavljevic
2016-08-18 15:18 ` [PATCH v2 1/5] gnu: Add abc Danny Milosavljevic
2016-08-18 15:18 ` [PATCH v2 2/5] gnu: Add iverilog Danny Milosavljevic
2016-08-18 15:18 ` [PATCH v2 3/5] gnu: Add yosys Danny Milosavljevic
2016-08-18 15:18 ` [PATCH v2 4/5] gnu: Add icestorm Danny Milosavljevic
2016-08-18 15:18 ` [PATCH v2 5/5] gnu: Add arachne-pnr Danny Milosavljevic
2016-09-07 20:21 ` [PATCH v2 0/5] Add FPGA Tools Danny Milosavljevic
2016-09-26  1:36 ` Theodoros Foradis
2016-09-26  7:37   ` Danny Milosavljevic
2016-09-26 10:53     ` Theodoros Foradis
2016-09-26 12:31       ` Danny Milosavljevic
2016-09-26  1:58 ` Theodoros Foradis [this message]
2016-09-26  7:38   ` Danny Milosavljevic
2016-10-04  8:48   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878tufcthe.fsf@openmailbox.org \
    --to=theodoros.for@openmailbox.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.