gnu: p4est: Remove dependency on lapack.
* gnu/packages/maths.scm (p4est): Remove dependency on lapack. Change-Id: I9c76f8b9ba3fc7d5feabfb059505f66ac50972c3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									034b16453e
								
							
						
					
					
						commit
						6e16c50b84
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -4732,15 +4732,14 @@ schemes.")
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("fortran" ,gfortran)
 | 
					     `(("fortran" ,gfortran)
 | 
				
			||||||
       ("blas" ,openblas)
 | 
					       ("blas" ,openblas)
 | 
				
			||||||
       ("lapack" ,lapack)
 | 
					 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags `(,(string-append "BLAS_LIBS=-L"
 | 
					     `(#:configure-flags `(,(string-append "BLAS_LIBS=-L"
 | 
				
			||||||
                                           (assoc-ref %build-inputs "blas")
 | 
					                                           (assoc-ref %build-inputs "blas")
 | 
				
			||||||
                                           " -lopenblas")
 | 
					                                           " -lopenblas")
 | 
				
			||||||
                           ,(string-append "LAPACK_LIBS=-L"
 | 
					                           ,(string-append "LAPACK_LIBS=-L"
 | 
				
			||||||
                                           (assoc-ref %build-inputs "lapack")
 | 
					                                           (assoc-ref %build-inputs "blas")
 | 
				
			||||||
                                           " -llapack"))
 | 
					                                           " -lopenblas"))
 | 
				
			||||||
       #:phases (modify-phases %standard-phases
 | 
					       #:phases (modify-phases %standard-phases
 | 
				
			||||||
                  (add-before 'check 'mpi-setup
 | 
					                  (add-before 'check 'mpi-setup
 | 
				
			||||||
		    ,%openmpi-setup))))
 | 
							    ,%openmpi-setup))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue