gnu: mumps: Use INVOKE.

* gnu/packages/maths.scm (mumps)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-30 02:28:14 +02:00
parent e02a9975b8
commit b414cf523b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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