guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: ncbi-vdb: Use INVOKE and end phases on #T.


From: Ricardo Wurmus
Subject: 03/05: gnu: ncbi-vdb: Use INVOKE and end phases on #T.
Date: Thu, 8 Nov 2018 02:54:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6a7d9ee39fe58184191f922f8add8c9a99a99caf
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 8 08:34:42 2018 +0100

    gnu: ncbi-vdb: Use INVOKE and end phases on #T.
    
    * gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Use INVOKE and
    unconditionally end phases with #T.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6ef4adb..0f28dfe 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5353,8 +5353,7 @@ simultaneously.")
 
                ;; The 'configure' script doesn't recognize things like
                ;; '--enable-fast-install'.
-               (zero? (system*
-                       "./configure"
+               (invoke "./configure"
                        (string-append "--build-prefix=" (getcwd) "/build")
                        (string-append "--prefix=" (assoc-ref outputs "out"))
                        (string-append "--debug")
@@ -5363,7 +5362,8 @@ simultaneously.")
                        (string-append "--with-ngs-sdk-prefix="
                                       (assoc-ref inputs "ngs-sdk"))
                        (string-append "--with-hdf5-prefix="
-                                      (assoc-ref inputs "hdf5")))))))
+                                      (assoc-ref inputs "hdf5")))
+               #t)))
          (add-after 'install 'install-interfaces
            (lambda* (#:key outputs #:allow-other-keys)
              ;; Install interface libraries.  On i686 the interface libraries



reply via email to

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