[Buildroot] [PATCH 1/2] package/python-numpy: remove non needed --fcompiler flag

guillaume.bressaix at gmail.com guillaume.bressaix at gmail.com
Sat Jun 27 13:08:04 UTC 2020


From: "Guillaume W. Bres" <guillaume.bressaix at gmail.com>

if we comment --fcompiler=None, both python-numpy
and host-python-numpy build fine, which lets me think
setup.py is able to deal with a missing fortran compiler
by itself.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix at gmail.com>
---
 package/python-numpy/python-numpy.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/python-numpy/python-numpy.mk b/package/python-numpy/python-numpy.mk
index 8260de7e5d..f9c55c9f3c 100644
--- a/package/python-numpy/python-numpy.mk
+++ b/package/python-numpy/python-numpy.mk
@@ -23,8 +23,6 @@ else
 PYTHON_NUMPY_ENV += BLAS=None LAPACK=None
 endif
 
-PYTHON_NUMPY_BUILD_OPTS = --fcompiler=None
-
 define PYTHON_NUMPY_CONFIGURE_CMDS
 	-rm -f $(@D)/site.cfg
 	echo "[DEFAULT]" >> $(@D)/site.cfg
-- 
2.20.1



More information about the buildroot mailing list