[PATCH] gnu: Add pysam

2014-12-23 Thread Ricardo Wurmus
* gnu/packages/python.scm (python-pysam, python2-pysam): New variables. --- gnu/packages/python.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f81ab69..24bec00 100644 --- a/gnu/packages/python.

Re: Avoiding threads in the daemon

2014-12-23 Thread Eelco Dolstra
Hi, On 19/12/14 19:20, Eelco Dolstra wrote: > I see a few ways to get PID namespaces back: > > * Do a regular fork followed by clone(... | CLONE_NEWPID | CLONE_PARENT) > (after > which the intermediate process can exit). This has been implemented in bd0f362d2fad1dd5f28e762011888b5eabd21280. -

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-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 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
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