me
/
guix
Archived
1
0
Fork 0

gnu: lapack: Build CBLAS.

This adds libcblas.so, which users typically expect to have.

* gnu/packages/maths.scm (lapack)[arguments]: Pass "-DCBLAS=ON".
master
Ludovic Courtès 2023-05-22 14:08:44 +02:00 committed by Ludovic Courtès
parent 1c9e992e8c
commit dd587a4fef
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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"