[Buildroot] [PATCH v5 1/3] package/python-numpy: use lapack instead of clapack

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Jul 25 11:12:29 UTC 2021


The clapack package is deprecated and will be removed. Use lapack
instead.

Cc: Jagan Teki <jagan at amarulasolutions.com>
Cc: Damien DUVAL <damien.duval at smile.fr>
Cc: Alexandre PAYEN <alexandre.payen at smile.fr>
Cc: Romain Naour <romain.naour at gmail.com>
Cc: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/python-numpy/python-numpy.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-numpy/python-numpy.mk b/package/python-numpy/python-numpy.mk
index 8260de7e5d..72c6e0c981 100644
--- a/package/python-numpy/python-numpy.mk
+++ b/package/python-numpy/python-numpy.mk
@@ -17,8 +17,8 @@ PYTHON_NUMPY_SETUP_TYPE = setuptools
 PYTHON_NUMPY_DEPENDENCIES = host-python-cython
 HOST_PYTHON_NUMPY_DEPENDENCIES = host-python-cython
 
-ifeq ($(BR2_PACKAGE_CLAPACK),y)
-PYTHON_NUMPY_DEPENDENCIES += clapack
+ifeq ($(BR2_PACKAGE_LAPACK),y)
+PYTHON_NUMPY_DEPENDENCIES += lapack
 else
 PYTHON_NUMPY_ENV += BLAS=None LAPACK=None
 endif
-- 
2.31.1



More information about the buildroot mailing list