mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: petsc: Return #t from phases.
* gnu/packages/maths.scm (petsc)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
5e6fd87acf
commit
49fdd357a2
1 changed files with 1 additions and 1 deletions
|
@ -1598,7 +1598,7 @@ (define-public petsc
|
|||
,@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")))
|
||||
|
|
Loading…
Reference in a new issue