guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: mumps: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 11/15: gnu: mumps: Use INVOKE.
Date: Fri, 29 Jun 2018 21:54:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b414cf523bcb90182403e7cf79aa7093c272eacf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 30 02:28:14 2018 +0200

    gnu: mumps: Use INVOKE.
    
    * gnu/packages/maths.scm (mumps)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index cfb4b6f..8b4034a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1911,8 +1911,8 @@ IORDERINGSC  = $(IPORD) $(IMETIS) $(ISCOTCH)"
           ;; By default only the d-precision library is built.  Make with "all"
           ;; target so that all precision libraries and examples are built.
           (lambda _
-            (zero? (system* "make" "all"
-                            (format #f "-j~a" (parallel-job-count))))))
+            (invoke "make" "all"
+                    (format #f "-j~a" (parallel-job-count)))))
          (replace 'check
           ;; Run the simple test drivers, which read test input from stdin:
           ;; from the "real" input for the single- and double-precision



reply via email to

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