[PATCH 2/2] environment: Add --inclusive option.

2015-03-18 Thread David Thompson
>From 3d97dbcf1907a67ed25fd90c09eb88d1b136d31a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 18 Mar 2015 20:01:12 -0400 Subject: [PATCH 2/2] environment: Add --inclusive option. * guix/scripts/environment.scm (show-help): Add help. (%default-options): Add 'inclusive?'. (%options):

[PATCH 1/2] packages: Expose transitive-inputs.

2015-03-18 Thread David Thompson
>From 14bc819b7d999fd1b3806918987c0e1ab5db742b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 18 Mar 2015 19:53:22 -0400 Subject: [PATCH 1/2] packages: Expose transitive-inputs. * guix/packages.scm (transitive-inputs): Add docstring. Export. --- guix/packages.scm | 3 +++ 1 file chang

[PATCH 0/2] environment: Add --inclusive option.

2015-03-18 Thread David Thompson
This patch set adds a new option to 'guix environment', --inclusive. When this option is used, the resulting environment includes all of the input packages in addition to their transitive inputs. This is useful for building environments with arbitrary inputs that have no pre-defined package object

Re: [PATCH] gnu: sdl: Allow dlopen for OpenGL.

2015-03-18 Thread David Thompson
宋文武 writes: > Fixes a regression introduced in 666aa99. > Reported by Felipe López and David Thompso. Unfortunately, this doesn't solve the issue. I need to dig deeper into the SDL source to figure out exactly why it's still failing. I use the following crude command to test, run from a git ch

[PATCH] gnu: agg: Add explanatory comment to the patch.

2015-03-18 Thread Tomáš Čech
* gnu/packages/patches/agg-am_c_prototype.patch: Add comment. --- gnu/packages/patches/agg-am_c_prototype.patch | 14 ++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/patches/agg-am_c_prototype.patch b/gnu/packages/patches/agg-am_c_prototype.patch index 3a09dc7..b31e86c

Re: [PATCH] Add perl-svg.

2015-03-18 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 0afcfb9dba08bad8b3633bac37a85ffb42ba2c38 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 17 Mar 2015 12:41:07 +0100 > Subject: [PATCH] gnu: Add perl-svg. > > * gnu/packages/perl.scm (perl-svg): New variable. LGTM! Ludo’.

Re: [PATCH] Add openblas.

2015-03-18 Thread Ludovic Courtès
Eric Bavier skribis: > On 2015-03-17 06:32, Ricardo Wurmus wrote: >> From: Ricardo Wurmus >> Date: Tue, 17 Mar 2015 12:24:45 +0100 >> Subject: [PATCH] gnu: Add openblas. >> >> * gnu/packages/maths.scm (openblas): New variable. > > Does the build system need any special flags for cpu-targeting? >

Re: 01/01: gnu: Add agg.

2015-03-18 Thread Ludovic Courtès
Tomáš Čech skribis: > On Wed, Mar 18, 2015 at 02:09:49PM +0100, Ludovic Courtès wrote: >>Tomas Cech skribis: [...] >>> +@@ -8,7 +8,6 @@ >>> + AC_PROG_CC >>> + AC_PROG_CXX >>> + AC_ISC_POSIX >>> +-AM_C_PROTOTYPES >>> + if test "x$U" != "x"; then >>> + AC_MSG_ERROR(Compiler not ANSI compliant)

Re: [PATCH] Add SuiteSparse.

2015-03-18 Thread Eric Bavier
On 2015-03-18 05:09, Ricardo Wurmus wrote: + (alist-cons-before +'install 'prepare-out +(lambda _ + (mkdir-p (string-append (assoc-ref %outputs "out") "/lib")) + (mkdir-p (string-append (assoc-ref %outputs "out") "/include"))) Could you note that README.

Re: [PATCH] Add openblas.

2015-03-18 Thread Eric Bavier
On 2015-03-17 06:32, Ricardo Wurmus wrote: From: Ricardo Wurmus Date: Tue, 17 Mar 2015 12:24:45 +0100 Subject: [PATCH] gnu: Add openblas. * gnu/packages/maths.scm (openblas): New variable. Does the build system need any special flags for cpu-targeting? I.e. does the build system detect the

[PATCH] Add Shogun.

2015-03-18 Thread Ricardo Wurmus
>From 083573c250162b9b12173e13e66c04f6c32568fb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 18 Mar 2015 17:59:20 +0100 Subject: [PATCH] gnu: Add Shogun. * gnu/packages/bioinformatics.scm (shogun): New variable. --- gnu/packages/bioinformatics.scm | 92

[PATCH] Revert "gnu: Add sdcv."

2015-03-18 Thread Tomáš Čech
This reverts commit 004eb31859971f9602f618cbdf6612f4bcaddd9c. --- gnu/packages/dictionaries.scm | 47 +-- 1 file changed, 5 insertions(+), 42 deletions(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index b18e02a..345d0a2 1006

Re: [PATCH] gnu: sdcv: Add new variable.

2015-03-18 Thread Tomáš Čech
On Wed, Mar 18, 2015 at 02:28:25PM +0100, Ludovic Courtès wrote: Tomáš Čech skribis: On Wed, Mar 18, 2015 at 09:39:49AM +0100, Ludovic Courtès wrote: Tomáš Čech skribis: * gnu/packages/dictionaries.scm (sdcv): New variable. You pushed it already but I have some comments anyway: Oh, I t

Re: 01/01: gnu: Add agg.

2015-03-18 Thread Tomáš Čech
On Wed, Mar 18, 2015 at 02:09:49PM +0100, Ludovic Courtès wrote: Tomas Cech skribis: commit 87bafa07ae68084819bb2648bd1042c354d11317 Author: Tomáš Čech Date: Wed Mar 18 08:57:50 2015 +0100 gnu: Add agg. * gnu/packages/graphics.scm (agg): New variable. * gnu/packages/patches/ag

Re: [PATCH] gnu: sdcv: Add new variable.

2015-03-18 Thread Ludovic Courtès
Tomáš Čech skribis: > On Wed, Mar 18, 2015 at 09:39:49AM +0100, Ludovic Courtès wrote: >>Tomáš Čech skribis: >> >>> * gnu/packages/dictionaries.scm (sdcv): New variable. >> >>You pushed it already but I have some comments anyway: > > Oh, I took that there are no objections already. Sorry about t

[PATCH] Add h5py.

2015-03-18 Thread Ricardo Wurmus
>From 578e105ea3beec8c7b2edde9135d4ac272440c4b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 18 Mar 2015 14:08:20 +0100 Subject: [PATCH] gnu: Add python-h5py and python2-h5py. * gnu/packages/python.scm (python-h5py, python2-h5py): New variables. --- gnu/packages/python.scm | 39 ++

Re: 01/01: gnu: Add agg.

2015-03-18 Thread Ludovic Courtès
Tomas Cech skribis: > commit 87bafa07ae68084819bb2648bd1042c354d11317 > Author: Tomáš Čech > Date: Wed Mar 18 08:57:50 2015 +0100 > > gnu: Add agg. > > * gnu/packages/graphics.scm (agg): New variable. > * gnu/packages/patches/agg-am_c_prototype.patch: New file. > * gnu-sys

Re: [PATCH] gnu: sdcv: Add new variable.

2015-03-18 Thread Tomáš Čech
On Wed, Mar 18, 2015 at 09:39:49AM +0100, Ludovic Courtès wrote: Tomáš Čech skribis: * gnu/packages/dictionaries.scm (sdcv): New variable. You pushed it already but I have some comments anyway: Oh, I took that there are no objections already. Sorry about that. +(define-public sdcv + (p

[PATCH] gnu: Add gnash.

2015-03-18 Thread Tomáš Čech
From: Tomáš Čech * gnu/packages/gnash.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add the file. --- gnu-system.am | 1 + gnu/packages/gnash.scm | 129 + 2 files changed, 130 insertions(+) create mode 100644 gnu/packages/gnash.s

[PATCHES] Use mirror://sourceforge URIs

2015-03-18 Thread Taylan Ulrich Bayırlı/Kammer
Here's a bunch of trivial patches switching a few packages to mirror://sourceforge URIs (and one adding a comment explaining why not). I tested that they all work and produce the same hash. Will push shortly if nobody objects. >From b59483856ac0e4cc60ae390e8dfc1508e5a534a0 Mon Sep 17 00:00:00 20

Re: [PATCH 2/2] scripts: Add 'publish' command.

2015-03-18 Thread Ludovic Courtès
David Thompson skribis: > From 7200a8ca892308a03a92e737b493244154bab358 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Tue, 17 Mar 2015 10:21:31 -0400 > Subject: [PATCH 2/2] scripts: Add 'publish' command. > > * guix/scripts/publish.scm: New file. > * Makefile.am (MODULES): Add it. > *

[PATCH] gnu: liba52: Fix source URI.

2015-03-18 Thread Taylan Ulrich Bayırlı/Kammer
Looks like the SourceForge mirror URI never worked for this package. I'm not sure how I missed that (I think I coincidentally had a non-mirror URI, noticed it after being done with the package, then "fixed" it to use a mirror URI and didn't properly test if it works). >From 87829d1b612035fcc54880b

[PATCH] Add SuiteSparse.

2015-03-18 Thread Ricardo Wurmus
>From 7bc01b9d3c03bf0ae4f44eddcbc6c50590ea42fb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 10 Mar 2015 11:32:48 +0100 Subject: [PATCH] gnu: Add SuiteSparse. * gnu/packages/maths.scm (suitesparse): New variable. --- gnu/packages/maths.scm | 54

Re: [PATCH 1/2] store: Add query-path-info operation.

2015-03-18 Thread Ludovic Courtès
David Thompson skribis: > From e72bd43190bd561f7d96810a93f3b30f5f741343 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Tue, 17 Mar 2015 10:19:36 -0400 > Subject: [PATCH 1/2] store: Add query-path-info operation. > > * guix/store.scm (): New record type. > (read-path-info): New procedu

Re: [PATCH] gnu: Add mesa-demos.

2015-03-18 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > I noticed that the mesa-demos tarball contains *many* demos which are > probably unneeded by most users, and that the Debian mesa-utils package > merely installs 4 tools. (The reason I wanted to package this in first > place was

Re: [PATCH] gnu: Add s2tc.

2015-03-18 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > l...@gnu.org (Ludovic Courtès) writes: > >>> +(description >>> + "S2TC is a patent-free S3TC compatible implementation and provides >>> +texture compression to Mesa.") >> >> Could you expound a bit, giving a bit more conte

Re: [PATCH] gnu: sdcv: Add new variable.

2015-03-18 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/dictionaries.scm (sdcv): New variable. You pushed it already but I have some comments anyway: > +(define-public sdcv > + (package > +(name "sdcv") > +(version "0.5.0-beta4") The policy is to provide only stable versions, unless there’s a very good