From: Andreas Enge <andreas@enge.fr>
To: Federico Beffa <beffa@ieee.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 1/2] gnu: Add numpy
Date: Wed, 29 Oct 2014 23:30:32 +0100 [thread overview]
Message-ID: <20141029223032.GA20824@debian> (raw)
In-Reply-To: <CAKrPhPPEgfGOFW-mOX=YAbxq-AGL4zMp_cqE27ZMi=Dd4ygyTg@mail.gmail.com>
On Wed, Oct 29, 2014 at 08:55:52PM +0100, Federico Beffa wrote:
> Updated patch.
> - (python (string-append (assoc-ref %build-inputs "python") "/bin/")))
> + (python (string-append (assoc-ref %build-inputs "python") "/bin/"))
> + (lib (string-append (assoc-ref %outputs "out") "/lib"))
> + (python-lib (string-append
> + (assoc-ref %build-inputs "python") "/lib/")))
> - `("python", "pydoc", "idle"))))))
> + `("python", "pydoc", "idle"))
> + (symlink python-lib lib)))))
I do not think we should go this route and instead add the propagated
input "python".
In any case, these should be two separate patches.
Andreas
next prev parent reply other threads:[~2014-10-29 22:30 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-29 19:17 [PATCH 1/2] gnu: Add numpy Federico Beffa
2014-10-29 19:55 ` Federico Beffa
2014-10-29 22:11 ` Ludovic Courtès
2014-10-30 17:03 ` Federico Beffa
2014-11-19 9:04 ` Ludovic Courtès
2014-11-22 15:31 ` Federico Beffa
2014-11-22 17:21 ` Ludovic Courtès
2014-11-24 19:56 ` Federico Beffa
2014-11-24 21:06 ` Ludovic Courtès
2014-11-24 21:24 ` Federico Beffa
2014-10-29 22:30 ` Andreas Enge [this message]
2014-10-29 21:26 ` Ludovic Courtès
-- strict thread matches above, loose matches on Subject: below --
2014-10-26 13:09 Federico Beffa
2014-10-26 18:56 ` Ludovic Courtès
2014-10-27 20:26 ` Federico Beffa
2014-10-28 9:34 ` Ludovic Courtès
2014-10-28 17:49 ` Federico Beffa
2014-10-29 21:28 ` Ludovic Courtès
2014-10-28 23:34 ` Ludovic Courtès
2014-10-29 22:23 ` Andreas Enge
2014-10-29 22:20 ` Andreas Enge
2014-10-30 16:56 ` Federico Beffa
2014-10-30 17:03 ` Andreas Enge
2014-10-30 17:05 ` Federico Beffa
2014-11-02 18:21 ` 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141029223032.GA20824@debian \
--to=andreas@enge.fr \
--cc=beffa@ieee.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).