gnu: petsc: Return #t from phases.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 30 Jun 2018 00:22:23 +0000 (02:22 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 30 Jun 2018 01:46:19 +0000 (03:46 +0200)
* gnu/packages/maths.scm (petsc)[arguments]: Substitute INVOKE for
SYSTEM*.

gnu/packages/maths.scm

index ee9d84d..7cd3c46 100644 (file)
@@ -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")))