guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add mash.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add mash.
Date: Wed, 31 Aug 2016 15:44:26 -0400
User-agent: Mutt/1.7.0 (2016-08-17)

On Tue, Aug 30, 2016 at 06:54:49PM +0100, Marius Bakke wrote:
> * gnu/packages/bioinformatics.scm (mash): New variable.

Thanks!

> +         (add-after 'unpack 'fix-includes
> +           (lambda _
> +             (substitute* '("src/mash/Sketch.cpp" "src/mash/CommandFind.cpp")
> +               (("^#include \"kseq\\.h\"")
> +                "#include \"htslib/kseq.h\""))
> +             #t))
> +         (add-before 'configure 'autoconf
> +           (lambda _ (zero? (system* "autoconf")))))))
> +    (native-inputs
> +     `(("autoconf" ,autoconf)
> +       ("capnproto" ,capnproto)
> +       ("htslib" ,htslib)))

Does it only need to use capnproto and htslib while building? Okay if
so.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]