guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: r-rhdf5: Fix build phase.


From: Ricardo Wurmus
Subject: 01/02: gnu: r-rhdf5: Fix build phase.
Date: Mon, 27 Nov 2017 06:12:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 35e78aaa25804282beb810c04455d71920289545
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 27 12:09:26 2017 +0100

    gnu: r-rhdf5: Fix build phase.
    
    * gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Fix 
"unpack-smallhdf5"
    phase.
---
 gnu/packages/bioinformatics.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index aa05a98..2a2d7f8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8316,11 +8316,6 @@ of gene-level counts.")
            (lambda* (#:key outputs #:allow-other-keys)
              (system* "tar" "-xzvf"
                       "src/hdf5source/hdf5small.tgz" "-C" "src/" )
-             (substitute* "src/Makevars"
-               (("^.*cd hdf5source &&.*$") "")
-               (("^.*gunzip -dc hdf5small.tgz.*$") "")
-               (("^.*rm -rf hdf5.*$") "")
-               (("^.*mv hdf5source/hdf5 ..*$") ""))
              (substitute* "src/hdf5/configure"
                (("/bin/mv") "mv"))
              #t)))))



reply via email to

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