gnu: mumps: Use INVOKE.
* gnu/packages/maths.scm (mumps)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									e02a9975b8
								
							
						
					
					
						commit
						b414cf523b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue