Re: [PATCH] gnu: base: Add Hurd glibc headers.

2014-04-25 Thread Manolis Ragkousis
> It may be enough to create an empty gnu/stubs.h. Could you try that > instead? Updated the patch with creating an empty gnu/stubs.h file. It seems to be enough. From de09416868b7dab1d44313bf2b9ab201efe16e62 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Fri, 25 Apr 2014 20:56:23 +

Re: [PATCH] build: cmake: Add input libraries to the rpath.

2014-04-25 Thread Eric Bavier
Andreas Enge writes: > In a discussion we had yesterday, Ludovic mentioned the need to pass a > special flag to the cmake configure phase to modify the rpath of installed > libraries, as done for the package slim. I then noticed I needed the same > flag for clucene. The attached patch applies it

Re: [PATCH] Add gmsh

2014-04-25 Thread Ludovic Courtès
Andreas Enge skribis: > On Fri, Apr 25, 2014 at 01:23:10PM +0200, Ludovic Courtès wrote: >> Eric Bavier skribis: >> > * gnu/packages/maths.scm (gmsh): New variable >> OK to push with these changes, thanks! > > Eric, could you maybe wait until we sort out the rpath handling of the cmake > build s

Re: Proposal: prefetch tarballs in a batch

2014-04-25 Thread Ludovic Courtès
I forgot to comment on the actual patch... Nikita Karetnikov skribis: > +(define (fold-values f acc seen lst) Use ‘fold2’ from (guix utils) instead. > +(define (derivations-to-prefetch store drv) > + "Return the list of fixed-output derivations that DRV depends on, directly > +or indirectly."

Re: Proposal: prefetch tarballs in a batch

2014-04-25 Thread Ludovic Courtès
Nikita Karetnikov skribis: > 1. ‘guix prefetch’ tries to configure and build some packages instead of >just downloading them. I tried the following on a machine with the >empty store: > >a. Ran ‘guix prefetch hello’. Some packages were downloaded and > built (I gathered those

Re: [PATCH] Add gmsh

2014-04-25 Thread Andreas Enge
On Fri, Apr 25, 2014 at 01:23:10PM +0200, Ludovic Courtès wrote: > Eric Bavier skribis: > > * gnu/packages/maths.scm (gmsh): New variable > OK to push with these changes, thanks! Eric, could you maybe wait until we sort out the rpath handling of the cmake build system, as suggested in my patch fr

Re: [PATCH] build: cmake: Add input libraries to the rpath.

2014-04-25 Thread Ludovic Courtès
Andreas Enge skribis: > In a discussion we had yesterday, Ludovic mentioned the need to pass a > special flag to the cmake configure phase to modify the rpath of installed > libraries, as done for the package slim. I then noticed I needed the same > flag for clucene. The attached patch applies it

Re: [PATCH] Add gmsh

2014-04-25 Thread Ludovic Courtès
Eric Bavier skribis: > From c5377db5fa9919b4a40d4995969ad3e00954cf95 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Thu, 24 Apr 2014 15:13:59 -0500 > Subject: [PATCH] gnu: Add gmsh > > * gnu/packages/maths.scm (gmsh): New variable [...] > +(synopsis "3D finite element grid generator"

[PATCH] build: cmake: Add input libraries to the rpath.

2014-04-25 Thread Andreas Enge
In a discussion we had yesterday, Ludovic mentioned the need to pass a special flag to the cmake configure phase to modify the rpath of installed libraries, as done for the package slim. I then noticed I needed the same flag for clucene. The attached patch applies it globally in the cmake build sys