guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: libflame: Remove dependency on OpenBLAS.


From: guix-commits
Subject: 01/08: gnu: libflame: Remove dependency on OpenBLAS.
Date: Thu, 10 Aug 2023 18:54:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 229faac39b07250ceabd77d8f728d2e38a6c8b7d
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Thu Aug 10 11:15:00 2023 +0200

    gnu: libflame: Remove dependency on OpenBLAS.
    
    This dependency was build-time-only and unused at compile time (the test
    suite is unaffected).
    
    * gnu/packages/maths.scm (libflame)[native-inputs]: Remove OPENBLAS.
---
 gnu/packages/maths.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9abc6dbf51..96f06f2652 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2662,7 +2662,6 @@ fixed point (16.16) format.")
      (list gfortran))
     (native-inputs
      `(("lapack" ,lapack)
-       ("openblas" ,openblas)
        ("perl" ,perl)
        ("python" ,python-wrapper)))
     (home-page "https://github.com/flame/libflame";)



reply via email to

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