Re: [PATCH] Fix scipy

2015-10-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 73199a178d34eb5202906ea7ef6921c09d42ea28 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 13 Oct 2015 13:29:49 +0200 > Subject: [PATCH] gnu: python-scipy, python2-scipy: Propagate Python inputs. > > * gnu/packages/python.scm (python-scipy)[inputs]: Move

Re: [PATCH] Fix scipy

2015-10-13 Thread Cyril Roelandt
On 10/13/2015 01:37 PM, Ricardo Wurmus wrote: > I suspect that we need to fix many more Python packages in a similar > manner. > Yes, probably. I think one has to grep a lot when adding a new package, in order to see whether the inputs are actually imported in the code. Cyril.

[PATCH] Fix scipy

2015-10-13 Thread Ricardo Wurmus
The attached patch fixes python{,2}-scipy. Currently, it does not propagate Python modules it depends on at runtime, such as numpy. I suspect that we need to fix many more Python packages in a similar manner. ~~ Ricardo >From 73199a178d34eb5202906ea7ef6921c09d42ea28 Mon Sep 17 00:00:00 2001 Fro

Re: [PATCH]: fix scipy build

2015-02-20 Thread Andreas Enge
On Fri, Feb 20, 2015 at 12:35:19PM +0100, Ricardo Wurmus wrote: > just like matplotlib also python-scipy needs to first install the UTF-8 > locale before setting it. The attached patch is virtually identical to > the matplotlib patch[1]. Please push for now, and please revert if at some point in

[PATCH]: fix scipy build

2015-02-20 Thread Ricardo Wurmus
Hi Guix, just like matplotlib also python-scipy needs to first install the UTF-8 locale before setting it. The attached patch is virtually identical to the matplotlib patch[1]. ~~ Ricardo [1]: http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00506.html >From d6b6d8c52d71519385ca16e89f51