[PATCH] gnu: gnunet: Add GNUnet-0.10.0.

2014-01-30 Thread Sree Harsha Totakura
* gnunet/packages/gnunet.scm (gnunet): New variable. * gnu/package/patches/gnunet-fix-scheduler.patch: New file. * gnu/package/patches/gnunet-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add the above two patch files. Co-authored-by: Andreas Enge --- gnu-system.a

Re: Gnunet-0.10.0 recipe

2014-01-30 Thread Sree Harsha Totakura
Here's the new patch with Andreas' changes and Openssl included as a dependency. Sree On 01/30/2014 11:56 PM, Sree Harsha Totakura wrote: > Yes, this looks better, perhaps Ludo can replace the relevant part with > this. > >> > (where the 'set-path-for-check phase will be made obsolete by the rec

Re: Gnunet-0.10.0 recipe

2014-01-30 Thread Sree Harsha Totakura
On 01/30/2014 11:39 PM, Andreas Enge wrote: > On Thu, Jan 30, 2014 at 05:36:03PM +0100, Sree Harsha Totakura wrote: >> > Here is the much awaited recipe for GNUnet. The patches follow this email. > excellent! I also worked on gnunet and think my handling of phases is > a bit simpler and clearer:

[PATCH] gnu: gnunet: Add GNUnet-0.10.0.

2014-01-30 Thread Sree Harsha Totakura
* gnunet/packages/gnunet.scm (gnunet): New variable. * gnu/package/patches/gnunet-fix-scheduler.patch: New file. * gnu/package/patches/gnunet-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add the above two patch files. --- gnu-system.am

Re: Gnunet-0.10.0 recipe

2014-01-30 Thread Andreas Enge
Hello, On Thu, Jan 30, 2014 at 05:36:03PM +0100, Sree Harsha Totakura wrote: > Here is the much awaited recipe for GNUnet. The patches follow this email. excellent! I also worked on gnunet and think my handling of phases is a bit simpler and clearer: (arguments `(#:phases ;; swap

Re: [PATCH 2/2] gnu: gnunet: Add gnunet-0.10.0.

2014-01-30 Thread Ludovic Courtès
Sree Harsha Totakura skribis: > * gnunet/packages/gnunet.scm (gnunet): New variable. Thanks to Zerwas for > the initial recipe. > * gnu/package/patches/gnunet-fix-scheduler.patch: Patch to fix bug in > Gnunet's scheduler. > * gnu/package/patches/gnunet-fix-tests.patch: Patch to fix bugs in tes

Re: [PATCH] gnu: octave: New module

2014-01-30 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/maths.scm: New variable: octave Pushed with adjusted commit log and trailing whitespace removed. Thanks! Ludo’.

[PATCH 1/2] gnu: gnunet: Remove Gstreamer dependency.

2014-01-30 Thread Sree Harsha Totakura
* gnu/packages/gnunet (libextractor): Remove Gstreamer dependency as it is currently broken. --- gnu/packages/gnunet.scm |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 6af9063..4a50fd7 100644 --- a/gnu/packages/g

Gnunet-0.10.0 recipe

2014-01-30 Thread Sree Harsha Totakura
Hi, Here is the much awaited recipe for GNUnet. The patches follow this email. The first patch removes Gstreamer as a dependency for libextractor. This is required as Gstreamer currently appears to be broken (see http://lists.nongnu.org/archive/html/bug-guix/2014-01/msg00026.html) and this preve

[PATCH 2/2] gnu: gnunet: Add gnunet-0.10.0.

2014-01-30 Thread Sree Harsha Totakura
* gnunet/packages/gnunet.scm (gnunet): New variable. Thanks to Zerwas for the initial recipe. * gnu/package/patches/gnunet-fix-scheduler.patch: Patch to fix bug in Gnunet's scheduler. * gnu/package/patches/gnunet-fix-tests.patch: Patch to fix bugs in testcases and to disable testscases which re

[PATCH] gnu: octave: New module

2014-01-30 Thread John Darrington
* gnu/packages/maths.scm: New variable: octave --- gnu/packages/maths.scm | 64 1 file changed, 64 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index a916eb3..c96df65 100644 --- a/gnu/packages/maths.scm +++ b/gnu/pac