Re: [PATCH] Add (minimal) BioPerl.

2015-08-25 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Hi, > > Ricardo Wurmus writes: > >> Ludovic Courtès 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 c

Re: [PATCH] Add (minimal) BioPerl.

2015-08-24 Thread Ricardo Wurmus
Hi, Ricardo Wurmus writes: > Ludovic Courtès 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, nor

Re: [PATCH] Add (minimal) BioPerl.

2015-07-21 Thread Eric Bavier
On Tue, 21 Jul 2015 10:41:19 +0200 Ricardo Wurmus wrote: > +(define-public bioperl-minimal > + (let* ((inputs `(("perl-module-build" ,perl-module-build) > + ("perl-data-stag" ,perl-data-stag) > + ("perl-libwww" ,perl-libwww) > + ("perl-uri" ,

Re: [PATCH] Add (minimal) BioPerl.

2015-07-21 Thread Ricardo Wurmus
Ludovic Courtès 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 cross-c

Re: [PATCH] Add (minimal) BioPerl.

2015-06-21 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès 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. When using just the executab

Re: [PATCH] Add (minimal) BioPerl.

2015-06-17 Thread Ricardo Wurmus
Ludovic Courtès 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

Re: [PATCH] Add (minimal) BioPerl.

2015-06-06 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 >>> From: Ricardo Wurmus >>> Date: Wed, 3 Jun 2015 17:44:20 +0200 >>> Subject: [PATCH] gnu: Add BioPerl. >>> >>> * gnu/packages/bioinform

Re: [PATCH] Add (minimal) BioPerl.

2015-06-06 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Wed, 3 Jun 2015 17:44:20 +0200 >> Subject: [PATCH] gnu: Add BioPerl. >> >> * gnu/packages/bioinformatics.scm (bioperl-minimal): New var

Re: [PATCH] Add (minimal) BioPerl.

2015-06-06 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 3 Jun 2015 17:44:20 +0200 > Subject: [PATCH] gnu: Add BioPerl. > > * gnu/packages/bioinformatics.scm (bioperl-minimal): New variable. [...] > +(define-public bio

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

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 "py

[PATCH] Add (minimal) BioPerl.

2015-06-03 Thread Ricardo Wurmus
>From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus 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 | 36 +++