[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63642] [PATCH] gnu: lapack: Build CBLAS.
From: |
Ludovic Courtès |
Subject: |
[bug#63642] [PATCH] gnu: lapack: Build CBLAS. |
Date: |
Mon, 22 May 2023 14:13:23 +0200 |
From: Ludovic Courtès <ludovic.courtes@inria.fr>
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 1b34c6e314..05db8bc0ff 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1028,6 +1028,7 @@ (define-public lapack
(arguments
`(#:configure-flags (list
"-DBUILD_SHARED_LIBS:BOOL=YES"
+ "-DCBLAS=ON"
"-DLAPACKE=ON"
;; Build the 'LAPACKE_clatms' functions.
"-DLAPACKE_WITH_TMG=ON"
base-commit: 7ddc239fc38c2a0d73c997ecff80d6fdd9a594c7
--
2.40.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#63642] [PATCH] gnu: lapack: Build CBLAS.,
Ludovic Courtès <=