Re: [PATCHES] gnu: Update ocaml; Add camlp5, hevea, and coq.

2015-06-04 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> From b9d2f69ef9b51fc8b987fe703e507bf3603b875a Mon Sep 17 00:00:00 2001 >> From: Mark H Weaver >> Date: Sat, 30 May 2015 14:59:54 -0400 >> Subject: [PATCH 2/5] gnu: Add camlp5. >> >> * gnu/packages/ocaml.scm (camlp5): New variab

[PATCH] import: pypi: Detect inputs.

2015-06-04 Thread Cyril Roelandt
* guix/import/pypi.scm (compute-inputs, guess-requirements): New procedures. --- guix/import/pypi.scm | 149 --- tests/pypi.scm | 41 +- 2 files changed, 146 insertions(+), 44 deletions(-) diff --git a/guix/import/pypi.scm b/guix/

Re: [PATCH] Add (minimal) BioPerl.

2015-06-04 Thread Pjotr Prins
I would expect python-biopython - silly as it looks. Pj.

Re: [PATCH] Add libsvm.

2015-06-04 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 6a17d83d4bc2512f8089477e70c485e9ca93377a Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 28 May 2015 15:53:14 +0200 > Subject: [PATCH 1/2] gnu: Add libsvm. > > * gnu/packages/machine-learning.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add i

Re: PATCH: LibreOffice

2015-06-04 Thread Andreas Enge
On Thu, Jun 04, 2015 at 10:37:47PM +0200, Ludovic Courtès wrote: > > The bad news: autoreconf is still needed for the xmlsec tarball. > Why is that? Is it because LO’s own build system explicitly runs it, or > because some .am or .ac file is modified? Would be nice to mention it > in a comment.

Re: [PATCHES] gnu: Update ocaml; Add camlp5, hevea, and coq.

2015-06-04 Thread Ludovic Courtès
Mark H Weaver skribis: > These patches update and improve our ocaml package, and add packages for > camlp5, hevea, and coq. Woow, nice! > From f2b8ab36b2d3697b7a93b87bfcbcd0e91294c2e1 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Tue, 2 Jun 2015 22:49:10 -0400 > Subject: [PATCH 1/5] g

Re: GSoC: Porting Guix to Hurd week 3+4 report.

2015-06-04 Thread Ludovic Courtès
Manolis Ragkousis skribis: > Hey Thomas, thank you for looking into this. > > On 2 June 2015 at 18:55, Thomas Schwinge wrote: >> Shame on me, but I've never actively used/built Guix before. I do know >> about , and that there must be >> a Guix manual e

Re: PATCH: LibreOffice

2015-06-04 Thread Ludovic Courtès
Andreas Enge skribis: > The good news: Patch-shebanging the external xmlsec tarball does indeed not > seem to be necessary, so I replaced the package recipe by a simple origin > declaration. Does this internal variable need to be mentioned in the commit > message? Yes. > The bad news: autorecon

Re: [PATCHES] gnu: Update ocaml; Add camlp5, hevea, and coq.

2015-06-04 Thread Andreas Enge
On Wed, Jun 03, 2015 at 04:56:49AM -0400, Mark H Weaver wrote: > These patches update and improve our ocaml package, and add packages for > camlp5, hevea, and coq. They also add the Open Publication License 1.0 > or later. I do not know anything about ocaml, so will not comment on the packages. J

Re: [PATCH] Add (minimal) BioPerl.

2015-06-04 Thread Ludovic Courtès
Andreas Enge skribis: > On Wed, Jun 03, 2015 at 05:53:14PM +0200, Ricardo Wurmus wrote: >> +(name "bioperl-minimal") > > according to the naming standard, this should probably be called perl-bio, > in analogy with "libwww-perl becomes perl-libwww". > >> (name "python-biopython") > > Actu

Switching to GCC 4.9

2015-06-04 Thread Ludovic Courtès
In ‘core-updates’ I just pushed a patch that changes the default compiler to GCC 4.9 (instead of 4.8). Everything went well and almost no modifications were needed. We should probably get Hydra to build the core packages soon. Ludo’.

Re: Merging ‘HACKING’ in the manual?

2015-06-04 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > OK, so Mathieu, if you’re still here ;-) : What about adding > sub-sections to “Contributing”, with material mostly taken from > ‘HACKING’ (with the exception of “Commit Access”, I think), and also > with “Running Guix Before It Is Installed” moved there?