[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add hdf5.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add hdf5. |
Date: |
Sun, 16 Feb 2014 22:18:56 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> 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 it doesn’t matter if
it’s missing. Is the result actually used? If yes, that’s an impurity,
so we might be better off patching the invocation.
Thanks,
Ludo’.