guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: petsc: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 08/15: gnu: petsc: Return #t from phases.
Date: Fri, 29 Jun 2018 21:54:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 49fdd357a2eefed5b1ebdf6ba43683eac166d4c5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 30 02:22:23 2018 +0200

    gnu: petsc: Return #t from phases.
    
    * gnu/packages/maths.scm (petsc)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ee9d84d..7cd3c46 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1598,7 +1598,7 @@ September 2004}")
                             ,@configure-flags)))
               (format #t "build directory: ~s~%" (getcwd))
               (format #t "configure flags: ~s~%" flags)
-              (zero? (apply system* "./configure" flags)))))
+              (apply invoke "./configure" flags))))
         (add-after 'configure 'clean-local-references
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out")))



reply via email to

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