gnu: lapack: Build with LAPACKE_WITH_TMG=ON.
* gnu/packages/maths.scm (lapack)[arguments]: Pass "-DLAPACKE_WITH_TMG=ON".
This commit is contained in:
parent
ef39a17717
commit
11f0c4e871
@ -443,7 +443,10 @@ large scale eigenvalue problems.")
|
||||
("python" ,python-2)))
|
||||
(arguments
|
||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES"
|
||||
"-DLAPACKE=ON")
|
||||
"-DLAPACKE=ON"
|
||||
|
||||
;; Build the 'LAPACKE_clatms' functions.
|
||||
"-DLAPACKE_WITH_TMG=ON")
|
||||
#:phases (alist-cons-before
|
||||
'check 'patch-python
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
Loading…
Reference in New Issue
Block a user