guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: blis: Provide the CBLAS interface.


From: guix-commits
Subject: 02/08: gnu: blis: Provide the CBLAS interface.
Date: Tue, 8 Aug 2023 12:03:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 508458de03871058d3e150545b3b02c1a6e7c2b4
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue Aug 8 15:19:00 2023 +0200

    gnu: blis: Provide the CBLAS interface.
    
    * gnu/packages/maths.scm (blis)[arguments]: Add #:configure-flags.
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6fceddb4ad..f87cae91a4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4723,6 +4723,7 @@ library.")
     (build-system gnu-build-system)
     (arguments
      (list
+      #:configure-flags #~'("--enable-cblas")
       #:modules
       '((guix build gnu-build-system)
         (guix build utils)



reply via email to

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