Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-24 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Federico Beffa skribis: > >> The build does finish as I've tested it on my machine before >> committing the package. However, for some reason, guix needs very long >> to generate the derivation. On my machine (quad-core Xeon E5520) >> python2-matplotlib ta

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-23 Thread Eric Bavier
Ludovic Courtès writes: > Federico Beffa skribis: > >> The build does finish as I've tested it on my machine before >> committing the package. However, for some reason, guix needs very long >> to generate the derivation. On my machine (quad-core Xeon E5520) >> python2-matplotlib takes ca. 31 min

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-23 Thread Ludovic Courtès
Federico Beffa skribis: > The build does finish as I've tested it on my machine before > committing the package. However, for some reason, guix needs very long > to generate the derivation. On my machine (quad-core Xeon E5520) > python2-matplotlib takes ca. 31 mins to start building. > Python2-sc

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-23 Thread Eric Bavier
Federico Beffa writes: > On Tue, Dec 23, 2014 at 1:17 AM, Ludovic Courtès wrote: >> I found that “guix build python2-matplotlib -n” triggers a seemingly >> infinite loop (either uses of ‘package-with-python2’ somehow introduce >> cycles, or they lead to very large DAGs), which is what is causing

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-23 Thread Federico Beffa
On Tue, Dec 23, 2014 at 1:17 AM, Ludovic Courtès wrote: > I found that “guix build python2-matplotlib -n” triggers a seemingly > infinite loop (either uses of ‘package-with-python2’ somehow introduce > cycles, or they lead to very large DAGs), which is what is causing Hydra > evaluation failures.

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-22 Thread Ludovic Courtès
I found that “guix build python2-matplotlib -n” triggers a seemingly infinite loop (either uses of ‘package-with-python2’ somehow introduce cycles, or they lead to very large DAGs), which is what is causing Hydra evaluation failures. I tried reverting 25f9a0 but it doesn’t help. Could you try to

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-18 Thread Federico Beffa
On Wed, Dec 17, 2014 at 9:34 PM, Ludovic Courtès wrote: > Perhaps the LaTeX functionality magically becomes available when > ‘pdflatex’ or similar is found in $PATH, in which case there’s nothing > to do: users who care would explicitly install TeX Live in their profile > and get that functionalit

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-17 Thread Ludovic Courtès
tput. Perhaps the LaTeX functionality magically becomes available when ‘pdflatex’ or similar is found in $PATH, in which case there’s nothing to do: users who care would explicitly install TeX Live in their profile and get that functionality. WDYT? > From 4eb7c8dff92f641391c0d902e1ab43536ce0d763 Mon Sep 17 00:00:00 2001 &g

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-17 Thread Federico Beffa
search-path' directive in the package? If not, could you point me an example? >> From e1e3df22ea06bd7325bc2a1fd389c89f13ccf752 Mon Sep 17 00:00:00 2001 >> From: Federico Beffa >> Date: Thu, 11 Dec 2014 14:26:13 +0100 >> Subject: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-15 Thread Ludovic Courtès
x27;gobject-introspection' which breaks several other packages. Yes, right. Speaking of which, could you (or Mark?) create a branch with all the updates that you did, so we keep track of it? > From e1e3df22ea06bd7325bc2a1fd389c89f13ccf752 Mon Sep 17 00:00:00 2001 > From: Federico Beffa

[PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-14 Thread Federico Beffa
Federico Beffa Date: Thu, 11 Dec 2014 14:26:13 +0100 Subject: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends. * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Add necessary inputs and 'configure-environment' phase. --- gnu/packages/python.scm | 130