guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-numpy, python-scipy: Remove dependency on lapack.


From: guix-commits
Subject: 03/03: gnu: python-numpy, python-scipy: Remove dependency on lapack.
Date: Tue, 22 Jun 2021 11:55:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6623d1cd7f3298f2e5c224299d11a77f7ae18bf5
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue Jun 22 17:24:10 2021 +0200

    gnu: python-numpy, python-scipy: Remove dependency on lapack.
    
    The dependency on lapack was unused; the LAPACK interface of OpenBLAS is
    used instead.  The dependency on lapack was added in
    cba256f8faaa18457fc9b77e8b401f17b89bdd75 (numpy) and
    719b01c1575b8599b0dca9f245a9d759032f3168 (scipy).
    
    * gnu/packages/python-science.scm (python-scipy)[inputs]: Remove
    LAPACK.
    * gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
---
 gnu/packages/python-science.scm | 3 +--
 gnu/packages/python-xyz.scm     | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 10fb240..d2c4caa 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -73,8 +73,7 @@
        ("python-matplotlib" ,python-matplotlib)
        ("python-pyparsing" ,python-pyparsing)))
     (inputs
-     `(("lapack" ,lapack)
-       ("openblas" ,openblas)
+     `(("openblas" ,openblas)
        ("pybind11" ,pybind11)))
     (native-inputs
      `(("python-cython" ,python-cython)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 744648b..7ff7c1e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
-;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic 
Courtès <ludo@gnu.org>
 ;;; Copyright © 2013, 2014, 2015, 2016, 2019 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014, 2017, 2021 Eric Bavier <bavier@posteo.net>
@@ -4950,8 +4950,7 @@ between language specification and implementation 
aspects.")
          "1ak9dmjja0q90a7fsxli51ypcwssh8c4pb6f8wkrsnf2xgdk6dy9"))))
     (build-system python-build-system)
     (inputs
-     `(("openblas" ,openblas)
-       ("lapack" ,lapack)))
+     `(("openblas" ,openblas)))
     (native-inputs
      `(("python-cython" ,python-cython)
        ("python-pytest" ,python-pytest)



reply via email to

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