[PATCH] gnu: Add hdf5.

2014-02-16 Thread John Darrington
* gnu/packages/maths.scm (hdf5): New variable. * gnu/packages/maths.scm (octave): New input hdf5. --- gnu/packages/maths.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f5bd1d1..d91039f 100644 ---

[PATCH] Update gnurl to 7.35.0.

2014-02-16 Thread Sree Harsha Totakura
gnunet.org has release gnurl-7.35.0 recently. This patch updates gnurl in guix. Sree Harsha Totakura (1): gnu: gnurl: Update to 7.35.0. gnu/packages/gnunet.scm | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) -- 1.8.5.3

[PATCH] gnu: gnurl: Update to 7.35.0.

2014-02-16 Thread Sree Harsha Totakura
* gnu/packages/gnunet.scm (gnurl): Update to 7.35.0. --- gnu/packages/gnunet.scm | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 960a5d7..b084796 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm

Re: [PATCH] gnu: Add ttf-dejavu

2014-02-16 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: From c1efb6a23eb6c55537b7f397dfe327fa882f5ef7 Mon Sep 17 00:00:00 2001 From: Mark H Weaver m...@netris.org Date: Sat, 15 Feb 2014 20:32:57 -0500 Subject: [PATCH] gnu: Add ttf-dejavu. * gnu/packages/fonts.scm (ttf-dejavu): New variable. Excellent.

Re: [PATCH] gnu: dmd: Sleep longer in tests, for slower machines

2014-02-16 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: I need this to successfully pass the dmd tests on the YeeLoong. Damn, this machine is slow. ;-) I wonder what we could do to better handle that, though. Perhaps dmd could send SIGUSR1 to its parent when the socket’s ready, like Xorg does? From

Re: [PATCH] gnu: Add hdf5.

2014-02-16 Thread Ludovic Courtès
John Darrington j...@gnu.org skribis: * gnu/packages/maths.scm (hdf5): New variable. * gnu/packages/maths.scm (octave): New input hdf5. Applied, thanks! +(native-inputs `((inetutils ,inetutils))) ;; the configure script calls `hostname' All/most Autoconf-generated do that, but usually

Re: Guix tutorial

2014-02-16 Thread Nikita Karetnikov
I wrote a basic guide[1] for contributors. It covers instalation and usage of guix, and also writing simple recipes and contributing to the project. Thanks for spreading the word! If you find unpolished corners, please, comment , and I'll update the post. Here goes… - Install guix .

Re: Guix tutorial

2014-02-16 Thread Ludovic Courtès
Hi Raimon, Raimon Grau raimons...@gmail.com skribis: 1. http://puntoblogspot.blogspot.com.es/2014/02/guix-tutorial.html Looks cool! Although I first looked at it in Emacs-W3M, and the code snippets wouldn’t show up, because they involve JavaScript; LibreJS bans them by default too. (BTW, I’d

Re: [PATCH] gnu: Add hdf5.

2014-02-16 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: John Darrington j...@gnu.org skribis: [...] +(native-inputs `((inetutils ,inetutils))) ;; the configure script calls `hostname' All/most Autoconf-generated do that, but usually it doesn’t matter if it’s missing. Is the result actually used? I