Re: [PATCH] Add (minimal) BioPerl.

2015-08-25 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: Hi, Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: Ludovic Courtès l...@gnu.org writes: Is there a better way to make sure that all (direct and transient) runtime dependencies can be found through the PERL5LIB variable? Good

Re: [PATCH] Add (minimal) BioPerl.

2015-08-24 Thread Ricardo Wurmus
Hi, Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: Ludovic Courtès l...@gnu.org writes: Is there a better way to make sure that all (direct and transient) runtime dependencies can be found through the PERL5LIB variable? Good question. The #:inputs parameter of build phases contains

Re: [PATCH] Add (minimal) BioPerl.

2015-07-21 Thread Ricardo Wurmus
Ludovic Courtès l...@gnu.org writes: Is there a better way to make sure that all (direct and transient) runtime dependencies can be found through the PERL5LIB variable? Good question. The #:inputs parameter of build phases contains all the inputs (native, normal, and propagated) when not

Re: [PATCH] Add (minimal) BioPerl.

2015-07-21 Thread Eric Bavier
On Tue, 21 Jul 2015 10:41:19 +0200 Ricardo Wurmus ricardo.wur...@mdc-berlin.de wrote: +(define-public bioperl-minimal + (let* ((inputs `((perl-module-build ,perl-module-build) + (perl-data-stag ,perl-data-stag) + (perl-libwww ,perl-libwww) +

Re: [PATCH] Add (minimal) BioPerl.

2015-06-21 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: Ludovic Courtès l...@gnu.org writes: [...] There are two cases: 1. When using BioPerl as a library, users will also have Perl installed, so ‘guix package’ will report the right value for PERL5LIB. No problem here. 2.

Re: [PATCH] Add (minimal) BioPerl.

2015-06-17 Thread Ricardo Wurmus
Ludovic Courtès l...@gnu.org writes: +(native-search-paths (list (search-path-specification +(variable PERL5LIB) +(files '(lib/perl5/site_perl) Why is it needed? At first sight it looks wrong because PERL5LIB is

Re: [PATCH] Add (minimal) BioPerl.

2015-06-06 Thread Ricardo Wurmus
Ludovic Courtès l...@gnu.org writes: Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Wed, 3 Jun 2015 17:44:20 +0200 Subject: [PATCH] gnu: Add BioPerl. *

Re: [PATCH] Add (minimal) BioPerl.

2015-06-06 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: Ludovic Courtès l...@gnu.org writes: Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Wed, 3 Jun 2015

Re: [PATCH] Add (minimal) BioPerl.

2015-06-06 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Wed, 3 Jun 2015 17:44:20 +0200 Subject: [PATCH] gnu: Add BioPerl. * gnu/packages/bioinformatics.scm

Re: [PATCH] Add (minimal) BioPerl.

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

Re: [PATCH] Add (minimal) BioPerl.

2015-06-04 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr 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)

[PATCH] Add (minimal) BioPerl.

2015-06-03 Thread Ricardo Wurmus
From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Wed, 3 Jun 2015 17:44:20 +0200 Subject: [PATCH] gnu: Add BioPerl. * gnu/packages/bioinformatics.scm (bioperl-minimal): New variable. --- gnu/packages/bioinformatics.scm

Re: [PATCH] Add (minimal) BioPerl.

2015-06-03 Thread Andreas Enge
Hello, 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) Actually, then this should be