gnu: lapack: Build the LAPACKE library.

* gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON".
This commit is contained in:
Ricardo Wurmus 2016-07-17 11:09:31 +02:00
parent 012c8b3552
commit 7b569b01d3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -334,7 +334,8 @@ large scale eigenvalue problems.")
(inputs `(("fortran" ,gfortran)
("python" ,python-2)))
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES"
"-DLAPACKE=ON")
#:phases (alist-cons-before
'check 'patch-python
(lambda* (#:key inputs #:allow-other-keys)