emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#63642: closed ([PATCH] gnu: lapack: Build CBLAS.)


From: GNU bug Tracking System
Subject: bug#63642: closed ([PATCH] gnu: lapack: Build CBLAS.)
Date: Fri, 09 Jun 2023 13:10:02 +0000

Your message dated Fri, 09 Jun 2023 15:09:25 +0200
with message-id <87ttvgwzne.fsf@gnu.org>
and subject line Re: bug#63642: [PATCH] gnu: lapack: Build CBLAS.
has caused the debbugs.gnu.org bug report #63642,
regarding [PATCH] gnu: lapack: Build CBLAS.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63642: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63642
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: bug#63642: [PATCH] gnu: lapack: Build CBLAS. Date: Fri, 09 Jun 2023 15:09:25 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

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