enable python-numpy for duo256m and duos
This commit is contained in:
@ -331,6 +331,8 @@ BR2_PACKAGE_PYTHON_FREETYPE=y
|
||||
|
||||
BR2_PACKAGE_PYTHON_PSUTIL=y
|
||||
|
||||
BR2_PACKAGE_PYTHON_NUMPY=y
|
||||
|
||||
#
|
||||
# Compression and decompression
|
||||
#
|
||||
|
||||
@ -331,6 +331,8 @@ BR2_PACKAGE_PYTHON_FREETYPE=y
|
||||
|
||||
BR2_PACKAGE_PYTHON_PSUTIL=y
|
||||
|
||||
BR2_PACKAGE_PYTHON_NUMPY=y
|
||||
|
||||
#
|
||||
# Compression and decompression
|
||||
#
|
||||
|
||||
@ -331,6 +331,8 @@ BR2_PACKAGE_PYTHON_FREETYPE=y
|
||||
|
||||
BR2_PACKAGE_PYTHON_PSUTIL=y
|
||||
|
||||
BR2_PACKAGE_PYTHON_NUMPY=y
|
||||
|
||||
#
|
||||
# Compression and decompression
|
||||
#
|
||||
|
||||
0
buildroot-2021.05/dl/python-cython/.lock
Normal file
0
buildroot-2021.05/dl/python-cython/.lock
Normal file
BIN
buildroot-2021.05/dl/python-cython/Cython-0.29.21.tar.gz
Normal file
BIN
buildroot-2021.05/dl/python-cython/Cython-0.29.21.tar.gz
Normal file
Binary file not shown.
0
buildroot-2021.05/dl/python-numpy/.lock
Normal file
0
buildroot-2021.05/dl/python-numpy/.lock
Normal file
BIN
buildroot-2021.05/dl/python-numpy/numpy-1.18.2.tar.gz
Normal file
BIN
buildroot-2021.05/dl/python-numpy/numpy-1.18.2.tar.gz
Normal file
Binary file not shown.
@ -12,6 +12,7 @@ config BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
||||
default y if BR2_powerpc64
|
||||
default y if BR2_sh
|
||||
default y if BR2_x86_64
|
||||
default y if BR2_riscv
|
||||
|
||||
config BR2_PACKAGE_PYTHON_NUMPY
|
||||
bool "python-numpy"
|
||||
|
||||
Reference in New Issue
Block a user