gnu: lapack: Build CBLAS.
This adds libcblas.so, which users typically expect to have. * gnu/packages/maths.scm (lapack)[arguments]: Pass "-DCBLAS=ON".master
parent
1c9e992e8c
commit
dd587a4fef
|
@ -1029,6 +1029,7 @@ large scale eigenvalue problems.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list
|
`(#:configure-flags (list
|
||||||
"-DBUILD_SHARED_LIBS:BOOL=YES"
|
"-DBUILD_SHARED_LIBS:BOOL=YES"
|
||||||
|
"-DCBLAS=ON"
|
||||||
"-DLAPACKE=ON"
|
"-DLAPACKE=ON"
|
||||||
;; Build the 'LAPACKE_clatms' functions.
|
;; Build the 'LAPACKE_clatms' functions.
|
||||||
"-DLAPACKE_WITH_TMG=ON"
|
"-DLAPACKE_WITH_TMG=ON"
|
||||||
|
|
Reference in New Issue