guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/16] gnu: Add hisat2.


From: Leo Famulari
Subject: Re: [PATCH 02/16] gnu: Add hisat2.
Date: Tue, 17 Jan 2017 15:36:39 -0500
User-agent: Mutt/1.7.2 (2016-11-26)

On Tue, Jan 17, 2017 at 03:11:27PM +0100, Ricardo Wurmus wrote:
> * gnu/packages/bioinformatics.scm (hisat2): New variable.

> +       #:make-flags (list "CC=gcc" "CXX=g++" "allall")

"allall"... We can categorize this alongside -Weverything! ;)

> +         (add-after 'unpack 'make-deterministic
> +           (lambda _
> +             (substitute* "Makefile"
> +               (("`date`") "0"))

I'd take the value of SOURCE_DATE_EPOCH from the environment, but it's
not very important.



reply via email to

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