nckx pushed a commit to branch master
in repository guix.

commit 49fdd357a2eefed5b1ebdf6ba43683eac166d4c5
Author: Tobias Geerinckx-Rice <[email protected]>
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