civodul pushed a commit to branch master
in repository guix.

commit dd587a4fefbd8841f609910af36e13aa890781b7
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon May 22 14:08:44 2023 +0200

    gnu: lapack: Build CBLAS.
    
    This adds libcblas.so, which users typically expect to have.
    
    * gnu/packages/maths.scm (lapack)[arguments]: Pass "-DCBLAS=ON".
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 13fb4e0d34..f5a2181905 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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"

Reply via email to