Ricardo Wurmus writes:
> Ludovic Courtès writes:
>
>> Ben Woodcroft skribis:
>>
>>> But would it be possible to include the scripting language bindings,
>>> something along these lines?
>>>
>>> +(arguments
>>> + `(#:configure-flags '("--enable-ruby-binding"
>>> +
Ricardo Wurmus skribis:
> Ludovic Courtès writes:
>
>> Ben Woodcroft skribis:
>>
>>> But would it be possible to include the scripting language bindings,
>>> something along these lines?
>>>
>>> +(arguments
>>> + `(#:configure-flags '("--enable-ruby-binding"
>>> +
Ludovic Courtès writes:
> Ben Woodcroft skribis:
>
>> But would it be possible to include the scripting language bindings,
>> something along these lines?
>>
>> +(arguments
>> + `(#:configure-flags '("--enable-ruby-binding"
>> + "--enable-python-binding"
>> +
Ben Woodcroft skribis:
> But would it be possible to include the scripting language bindings,
> something along these lines?
>
> +(arguments
> + `(#:configure-flags '("--enable-ruby-binding"
> + "--enable-python-binding"
> + "--enable-pe
Hi Ricardo,
On 19/12/15 04:19, Eric Bavier wrote:
On 2015-12-18 17:42, Ricardo Wurmus wrote:
* gnu/packages/bioinformatics.scm (jellyfish): New variable.
[...]
+(native-inputs
+ `(("bc" ,bc)
+ ("time" ,time)
+ ("gunzip" ,gzip)))
gzip is an implicit input of gnu-build-sys
On 2015-12-18 17:42, Ricardo Wurmus wrote:
* gnu/packages/bioinformatics.scm (jellyfish): New variable.
[...]
+(native-inputs
+ `(("bc" ,bc)
+ ("time" ,time)
+ ("gunzip" ,gzip)))
gzip is an implicit input of gnu-build-system, so could it be left out?
Otherwise LGTM.
--
`
>From 9fcbc3e10773c7ee73b232c8e16e20a807318bbc Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Fri, 18 Dec 2015 17:40:02 +0100
Subject: [PATCH] gnu: Add Jellyfish.
* gnu/packages/bioinformatics.scm (jellyfish): New variable.
---
gnu/packages/bioinformatics.scm | 41 ++