gnu: lapack: Build with LAPACKE_WITH_TMG=ON.

* gnu/packages/maths.scm (lapack)[arguments]: Pass
"-DLAPACKE_WITH_TMG=ON".
This commit is contained in:
Ludovic Courtès 2017-06-26 16:59:11 +02:00 committed by Ludovic Courtès
parent ef39a17717
commit 11f0c4e871
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -443,7 +443,10 @@ (define-public lapack
("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)