guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: lapack: Build CBLAS.


From: guix-commits
Subject: 07/07: gnu: lapack: Build CBLAS.
Date: Fri, 9 Jun 2023 08:52:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dd587a4fefbd8841f609910af36e13aa890781b7
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
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

[Prev in Thread] Current Thread [Next in Thread]