gnu: lapack: Build CBLAS.

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

* gnu/packages/maths.scm (lapack)[arguments]: Pass "-DCBLAS=ON".
This commit is contained in:
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

View File

@ -1029,6 +1029,7 @@ large scale eigenvalue problems.")
(arguments
`(#:configure-flags (list
"-DBUILD_SHARED_LIBS:BOOL=YES"
"-DCBLAS=ON"
"-DLAPACKE=ON"
;; Build the 'LAPACKE_clatms' functions.
"-DLAPACKE_WITH_TMG=ON"