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 just

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

2015-03-18 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org 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

[PATCH] gnu: Add gnash.

2015-03-18 Thread Tomáš Čech
From: Tomáš Čech sleep_wal...@suse.cz * 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

[PATCH] Add SuiteSparse.

2015-03-18 Thread Ricardo Wurmus
From 7bc01b9d3c03bf0ae4f44eddcbc6c50590ea42fb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de 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 dthomps...@worcester.edu skribis: From e72bd43190bd561f7d96810a93f3b30f5f741343 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Tue, 17 Mar 2015 10:19:36 -0400 Subject: [PATCH 1/2] store: Add query-path-info operation. * guix/store.scm

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 context? Thanks!

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

2015-03-18 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: From 7200a8ca892308a03a92e737b493244154bab358 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Tue, 17 Mar 2015 10:21:31 -0400 Subject: [PATCH 2/2] scripts: Add 'publish' command. * guix/scripts/publish.scm: New

[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

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 sleep_wal...@suse.cz skribis: commit 87bafa07ae68084819bb2648bd1042c354d11317 Author: Tomáš Čech sleep_wal...@gnu.org Date: Wed Mar 18 08:57:50 2015 +0100 gnu: Add agg. * gnu/packages/graphics.scm (agg):

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

2015-03-18 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org skribis: On Wed, Mar 18, 2015 at 09:39:49AM +0100, Ludovic Courtès wrote: Tomáš Čech sleep_wal...@gnu.org 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

[PATCH] Add h5py.

2015-03-18 Thread Ricardo Wurmus
From 578e105ea3beec8c7b2edde9135d4ac272440c4b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de 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. ---

Re: 01/01: gnu: Add agg.

2015-03-18 Thread Ludovic Courtès
Tomas Cech sleep_wal...@suse.cz skribis: commit 87bafa07ae68084819bb2648bd1042c354d11317 Author: Tomáš Čech sleep_wal...@gnu.org Date: Wed Mar 18 08:57:50 2015 +0100 gnu: Add agg. * gnu/packages/graphics.scm (agg): New variable. *

[PATCH] Add Shogun.

2015-03-18 Thread Ricardo Wurmus
From 083573c250162b9b12173e13e66c04f6c32568fb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de 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

Re: [PATCH] Add openblas.

2015-03-18 Thread Eric Bavier
On 2015-03-17 06:32, Ricardo Wurmus wrote: From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de 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

Re: 01/01: gnu: Add agg.

2015-03-18 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org skribis: On Wed, Mar 18, 2015 at 02:09:49PM +0100, Ludovic Courtès wrote: Tomas Cech sleep_wal...@suse.cz 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

Re: [PATCH] Add openblas.

2015-03-18 Thread Ludovic Courtès
Eric Bavier ericbav...@openmailbox.org skribis: On 2015-03-17 06:32, Ricardo Wurmus wrote: From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de 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

[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 dthomps...@worcester.edu 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

[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 dthomps...@worcester.edu 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. ---

[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

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.txt

[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