[PATCH] gnu: pspp: Upgrade to 0.8.3

2014-05-10 Thread John Darrington
* gnu/packages/maths.scm (pspp): Update to 0.8.3. --- gnu/packages/maths.scm |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 2018e17..03bd6c2 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -144,7

File systems

2014-05-10 Thread Ludovic Courtès
Hello, It’s now possible to declare file systems to be mounted in ‘operating-system’ declarations, like this: (operating-system (file-systems (list (file-system (device "/dev/sda1") (mount-point "/") (type "ext3")

Re: building guix from guix

2014-05-10 Thread Ludovic Courtès
John Darrington skribis: > > Question: the previous step says to set the variable "LIBRARY_PATH" - > I presume this should say LD_LIBRARY_PATH - > > (I set both anyway). > > No, it’s literally LIBRARY_PATH. > > Setting LD_LIBRARY_PATH may have caused non-Guix-pro

Re: building guix from guix

2014-05-10 Thread Sergio Durigan Junior
On Saturday, May 10 2014, John Darrington wrote: > What is LIBRARY_PATH ? I have never heard of that one. LIBRARY_PATH The value of LIBRARY_PATH is a colon-separated list of directories, much li

Re: building guix from guix

2014-05-10 Thread John Darrington
On Sat, May 10, 2014 at 03:08:58PM +0200, Ludovic Courtès wrote: John Darrington skribis: > I have been trying to follow the section in README entitled > > * Installing Guix from Guix > > and have got as far as : > - re-run the configure script passing i

Re: building guix from guix

2014-05-10 Thread Ludovic Courtès
John Darrington skribis: > I have been trying to follow the section in README entitled > > * Installing Guix from Guix > > and have got as far as : > - re-run the configure script passing it the option > `--with-libgcrypt-prefix=$HOME/.guix-profile/ > > This results in a error: > /bin/sh

Re: Building Guix

2014-05-10 Thread Ludovic Courtès
Pjotr Prins skribis: > What I mean is that for my target audience, bioinformaticians, most > number crunching is on aging Centos-style machines. If Nix is the > easiest route to get Guix going for now I am perfectly happy to > promote that, until Guix has it's own installation binaries as Nix has

building guix from guix

2014-05-10 Thread John Darrington
I have been trying to follow the section in README entitled * Installing Guix from Guix and have got as far as : - re-run the configure script passing it the option `--with-libgcrypt-prefix=$HOME/.guix-profile/ This results in a error: /bin/sh: relocation error: /home/john/.guix-profile

Re: Building Guix

2014-05-10 Thread Pjotr Prins
On Fri, May 09, 2014 at 10:22:32PM +0200, Ludovic Courtès wrote: > > It will be a good thing to maintain this Nix package until Guix comes > > with all the binary installation options that Nix has. > > What do you mean? What I mean is that for my target audience, bioinformaticians, most number cr