[Buildroot] [git commit branch/next] package/python-numpy: use lapack instead of clapack

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 26 21:45:21 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=f7f7bf54617b7276928c7192f9d2268acbad8fac
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 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


More information about the buildroot mailing list