guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] gnu: Add numpy


From: Andreas Enge
Subject: Re: [PATCH 1/2] gnu: Add numpy
Date: Wed, 29 Oct 2014 23:30:32 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

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




reply via email to

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