unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63642] [PATCH] gnu: lapack: Build CBLAS.
@ 2023-05-22 12:13 Ludovic Courtès
  2023-06-09 13:09 ` bug#63642: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2023-05-22 12:13 UTC (permalink / raw)
  To: 63642; +Cc: Ludovic Courtès, Andreas Enge, Efraim Flashner, Eric Bavier

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63642: [PATCH] gnu: lapack: Build CBLAS.
  2023-05-22 12:13 [bug#63642] [PATCH] gnu: lapack: Build CBLAS Ludovic Courtès
@ 2023-06-09 13:09 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-06-09 13:09 UTC (permalink / raw)
  To: 63642-done; +Cc: Andreas Enge, Efraim Flashner, Eric Bavier

Ludovic Courtès <ludo@gnu.org> skribis:

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

Pushed as dd587a4fefbd8841f609910af36e13aa890781b7.

With <https://qa.guix.gnu.org/issue/63642> Chris and I noticed that the
test suites of qgis and Julia were flaky: they’d often fail, but not
always.

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-09 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 12:13 [bug#63642] [PATCH] gnu: lapack: Build CBLAS Ludovic Courtès
2023-06-09 13:09 ` bug#63642: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).