gnu: lapack: Build the LAPACKE library.
* gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON".
This commit is contained in:
parent
012c8b3552
commit
7b569b01d3
|
@ -334,7 +334,8 @@ large scale eigenvalue problems.")
|
||||||
(inputs `(("fortran" ,gfortran)
|
(inputs `(("fortran" ,gfortran)
|
||||||
("python" ,python-2)))
|
("python" ,python-2)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")
|
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES"
|
||||||
|
"-DLAPACKE=ON")
|
||||||
#:phases (alist-cons-before
|
#:phases (alist-cons-before
|
||||||
'check 'patch-python
|
'check 'patch-python
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue