Re: [PATCH] Add libiberty.

2015-06-28 Thread Ricardo Wurmus
+(define-public libiberty + (make-libiberty gcc)) >>> >>> s/gcc/gcc-4.8/ if 4.8 is the last package installing it. >> >> I wanted to provide a default libiberty package for the default “gcc”. >> Otherwise any change to the default GCC version would require packages >> to update their li

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-28 Thread Andreas Enge
On Sun, Jun 28, 2015 at 11:05:35AM -0500, Eric Bavier wrote: > I would prefer to keep "deal.II" for the name at least, because that it > the software's declared name, despite the domain and tarball being > "dealii". Are there arguments against it? The package naming conventions. We always transfo

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-28 Thread Eric Bavier
On Sun, 28 Jun 2015 22:22:36 +0200 l...@gnu.org (Ludovic Courtès) wrote: > ericbav...@openmailbox.org skribis: > > > From: Eric Bavier > > > > * gnu/packages/maths.scm (deal.II, deal.II-openmpi): New variables. > > * gnu/packages/patches/deal.II-p4est-interface.patch: New patch. > > * gnu-system

Re: [PATCH 10/14] gnu: Add MUMPS.

2015-06-28 Thread Eric Bavier
On Sun, 28 Jun 2015 22:12:40 +0200 l...@gnu.org (Ludovic Courtès) wrote: > ericbav...@openmailbox.org skribis: > > > From: Eric Bavier > > > > * gnu/packages/maths.scm (mumps, mumps-metis, mumps-openmpi) > > (mumps-metis-openmpi): New variables. > > * gnu/packages/patches/mumps-build-paralleli

Re: [PATCH] Clean up 'THANKS' and 'AUTHORS'.

2015-06-28 Thread Ludovic Courtès
Alex Kost skribis: > From d9b060b6b691b43eb07e107107955764e632cb78 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 27 Jun 2015 20:42:32 +0300 > Subject: [PATCH] Clean up 'THANKS' and 'AUTHORS'. > > * AUTHORS: Add Arne Babenhauserheide, Ian Denhardt, Alex Kost, Kevin > Lemonnier, Mathie

Re: Gmp test failure on armhf

2015-06-28 Thread Ludovic Courtès
Andreas Enge skribis: > When running >./pre-inst-env guix build hello > the build fails with a test failure in gmp. Could you post the relevant excerpt of the build log, or ‘test-suite.log’? Ludo’.

Re: [PATCH] Add skalibs, execline.

2015-06-28 Thread Ludovic Courtès
"Claes Wallin (韋嘉誠)" skribis: > From 9a290c4e798a4668cae65126d48d301b44b96a69 Mon Sep 17 00:00:00 2001 > From: Claes Wallin > Date: Thu, 25 Jun 2015 12:00:06 +0200 > Subject: [PATCH 1/3] gnu: Add skalibs. > > * gnu/package/skarnet.scm (skalibs): New file. > * gnu-system.am (GNU_SYSTEM_MODULES)

Re: [PATCH] updating enlightenment packages

2015-06-28 Thread Ludovic Courtès
Efraim Flashner skribis: > Not a big patch, but my first! I saw that the enlightenment packages were a > bit out ouf date, so I updated them and tested the building on my computer. Then this looks good! One last thing: We write commit logs in GNU ChangeLog-style format, with an initial subject

Re: [PATCH] Add libiberty.

2015-06-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: >>> +(synopsis "Collection of subroutines used by various GNU programs"))) >> >> Maybe add a short description. > > Okay. > >>> +(define-public libiberty >>> + (make-libiberty gcc)) >> >> s/gcc/gcc-4.8/ if 4.8 is the last package installing it. > > I wanted to provide

Re: [PATCH 14/14] gnu: Add deal.II.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (deal.II, deal.II-openmpi): New variables. > * gnu/packages/patches/deal.II-p4est-interface.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. [...] > +(define-public deal.II > + (package > +(n

Re: [PATCH 13/14] gnu: Add SLEPc.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (slepc, slepc-complex, slepc-openmpi) > (slepc-complex-openmpi): New variables. [...] > + 'install 'delete-doc > + ;; SLEPc installs polluting HTML documentation alongside headers in > +

Re: [PATCH 12/14] gnu: Add arpack-ng-openmpi.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (arpack-ng-openmpi): New variable. OK. Ludo'.

Re: [PATCH 11/14] gnu: petsc: Upgrade to 3.6.0.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (petsc): Upgrade to 3.6.0. > * gnu/packages/patches/petsc-fix-threadcomm.patch: Delete patch. > * gnu-system.am (dist_patch_DATA): Remove it. OK! Ludo’.

Re: [PATCH 10/14] gnu: Add MUMPS.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (mumps, mumps-metis, mumps-openmpi) > (mumps-metis-openmpi): New variables. > * gnu/packages/patches/mumps-build-parallelism.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. ISTR that some time a

Re: [PATCH 09/14] gnu: Add METIS.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (metis): New variable. OK! Ludo'.

Re: [PATCH 08/14] gnu: Add p4est.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (p4est, p4est-openmpi): New variables. [...] > +(home-page "http://www.p4est.org";) > +(synopsis "AMR on Forests of Octrees") Rather: “Adaptive mesh refinement on forests of octrees.” > +(synopsis

Re: [PATCH] Clean up 'THANKS' and 'AUTHORS'.

2015-06-28 Thread Alex Kost
After some investigating, I found that several people who made commits are not mentioned at all (neither in THANKS, nor in AUTHORS)! People I added to AUTHORS: - Arne Babenhauserheide: he added 'mercurial' package. - Ian Denhardt: he added 'feh' package, 'version-prefix' and 'version-major+min

Re: [PATCH] Add sfarklib & sfarkxtc

2015-06-28 Thread Ricardo Wurmus
> OK with these changes! Thanks for the review. I updated the descriptions and pushed them. ~~ Ricardo

Re: [PATCH] Clean up 'THANKS' and 'AUTHORS'.

2015-06-28 Thread Alex Kost
Paul van der Walt (2015-06-28 12:25 +0300) wrote: > Hey Alex, > > On 2015-06-28 at 09:54, quoth Alex Kost: >> Oh hey! If you are around, could you tell where your name should be >> placed: under "V" (for "van") or under "W" (for "Walt"). Thanks. > > It's fine the way it is, that is: i would sort

Re: [PATCH] Add libiberty.

2015-06-28 Thread Ricardo Wurmus
>> +(synopsis "Collection of subroutines used by various GNU programs"))) > > Maybe add a short description. Okay. >> +(define-public libiberty >> + (make-libiberty gcc)) > > s/gcc/gcc-4.8/ if 4.8 is the last package installing it. I wanted to provide a default libiberty package for the def

Re: [PATCH] Clean up 'THANKS' and 'AUTHORS'.

2015-06-28 Thread Paul van der Walt
Hey Alex, On 2015-06-28 at 09:54, quoth Alex Kost: > Oh hey! If you are around, could you tell where your name should be > placed: under "V" (for "van") or under "W" (for "Walt"). Thanks. It's fine the way it is, that is: i would sort myself as if my family name was just "Walt", too. However,

Re: [PATCH] Add libtar.

2015-06-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 0039b2d36f77d19c92e07e02c7b3e829c485f355 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 27 Jun 2015 11:45:01 +0200 > Subject: [PATCH] gnu: Add libtar. > > * gnu/packages/compression.scm (libtar): New variable. LGTM, thanks! Ludo’.

Re: [PATCH 05/14] gnu: scotch, pt-scotch: Use modify-phases.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > * gnu/packages/maths.scm (scotch, pt-scotch)[arguments]: Use modify-phases. OK! Ludo’.

Re: [PATCH 06/14] gnu: scotch, pt-scotch: Build esmumps libraries.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (scotch)[arguments]: Add 'build-esmumps > phase. Install esmumps libraries and headers in 'install phase. > (pt-scotch)[arguments]: Build ptesmumps in 'build phase. Add > make parallelism. [...] > +

Re: [PATCH 07/14] gnu: Add ScaLAPACK.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (scalapack): New variable. LGTM! Ludo'.

Re: [PATCH 04/14] gnu: Update scotch to 6.0.4.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/maths.scm (scotch): Update to 6.0.4. > [arguments]: Add -fPIC to CFLAGS. > * gnu/packages/patches/scotch-test-threading.patch: Adjust patch for a > new set of test fixes. > * gnu/packages/patches/pt-scotch-build-parall

Re: [PATCH 03/14] gnu: openmpi: Upgrade to 1.8.5.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/mpi.scm (openmpi): Upgrade to 1.8.5. > [native-inputs]: Add perl. > [arguments]: Add configure flags for thread support. LGTM. BTW, make sure to check the output of ‘guix size’ or ‘guix gc --references’ for any discr

Re: [PATCH 02/14] gnu: hwloc: Move numactl to inputs.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/mpi.scm (hwloc)[propagated-inputs]: Move numactl from here... > [inputs]: ...to here. > [arguments]: New 'refine-libnuma' phase. Good idea, LGTM. Ludo’.

Re: [PATCH 01/14] gnu: hwloc: Upgrade to 1.10.1.

2015-06-28 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/patches/hwloc-gather-topology-lstopo.patch: New patch. > * gnu/packages/mpi.scm (hwloc): Upgrade to 1.10.1. > [source]: Use patch. > [propagated-inputs]: Remove libpci. > [inputs]: Add libpciaccess. > * gnu-system.am

Re: [PATCH] Add libiberty.

2015-06-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 848a6b91a48abcfdc2eb0d9bbde6a0f22b019090 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 27 Jun 2015 11:47:04 +0200 > Subject: [PATCH] gnu: Add libiberty. > > * gnu/packages/gcc.scm (make-libiberty, libiberty): New variables. It’s a problem that so ma

[PATCH] withershins: use “libiberty” package

2015-06-28 Thread Ricardo Wurmus
This patch depends on my previous patch adding a separate “libiberty” package. >From 8f6dd7a290d32b154cc353b69373d5a0225d88e5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 28 Jun 2015 10:22:45 +0200 Subject: [PATCH] gnu: withershins: Use new "libiberty" package. * gnu/packages/code.sc

Re: [PATCH] Clean up 'THANKS' and 'AUTHORS'.

2015-06-28 Thread Alex Kost
Oh hey! If you are around, could you tell where your name should be placed: under "V" (for "van") or under "W" (for "Walt"). Thanks. -- Alex

[PATCH 1/4] gnu: Add perl-net-smtp-ssl.

2015-06-28 Thread ericbavier
From: Eric Bavier * gnu/packages/web.scm (perl-net-smtp-ssl): New variable. --- gnu/packages/web.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 94d9970..cbc795f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/w

[PATCH 0/4] git send-email

2015-06-28 Thread ericbavier
From: Eric Bavier This patch set adds some perl modules that I found I needed in order for `git send-email` to function properly for me on GuixSD. The wrapper logic is a bit messy, but I couldn't implement what I needed any more cleanly. Any suggestions would be most appreciated. We wouldn't s

[PATCH 3/4] gnu: Add perl-authen-sasl.

2015-06-28 Thread ericbavier
From: Eric Bavier * gnu/packages/web.scm (perl-authen-sasl): New variable. --- gnu/packages/web.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index b186577..4317213 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/w

[PATCH 2/4] gnu: Add perl-gssapi.

2015-06-28 Thread ericbavier
From: Eric Bavier * gnu/packages/web.scm (perl-gssapi): New variable. --- gnu/packages/web.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cbc795f..b186577 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web

[PATCH 4/4] gnu: git: Add inputs for send-email.

2015-06-28 Thread ericbavier
From: Eric Bavier * gnu/packages/version-control.scm (git)[inputs]: Add perl-authen-sasl, perl-net-smtp-ssl, and perl-io-socket-ssl. [arguments]: Add #:modules argument with srfi-1. In 'split phase, wrap git-send-email. --- gnu/packages/version-control.scm | 31 +++