[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")))
- branch master updated (fd1395c -> d17d1e7), Tobias Geerinckx-Rice, 2018/06/29
- 02/15: gnu: python2-xopen: Fix build., Tobias Geerinckx-Rice, 2018/06/29
- 04/15: gnu: python-rst.linker: Update to 1.10., Tobias Geerinckx-Rice, 2018/06/29
- 08/15: gnu: petsc: Return #t from phases.,
Tobias Geerinckx-Rice <=
- 11/15: gnu: mumps: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/29
- 12/15: gnu: slepc: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 06/15: gnu: xxhash: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/06/29
- 07/15: gnu: xxhash: Update to 0.6.5., Tobias Geerinckx-Rice, 2018/06/29
- 10/15: gnu: superlu-dist: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 13/15: gnu: wget2: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29
- 03/15: gnu: python-xopen: Update to 0.3.3., Tobias Geerinckx-Rice, 2018/06/29
- 05/15: gnu: tlsdate: Bump COMPILE_DATE., Tobias Geerinckx-Rice, 2018/06/29
- 09/15: gnu: scotch: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 14/15: gnu: ristretto: Update to 0.8.3., Tobias Geerinckx-Rice, 2018/06/29