Source-Makefile: package/feeds/packages/numpy/Makefile Build-Depends: python-cython/host Package: python3-numpy Submenu: Python Version: 1.24.3-1 Depends: +libc @!SOFT_FLOAT +INSTALL_GFORTRAN:libgfortran +python3 +NUMPY_OPENBLAS_SUPPORT:openblas Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: packages Title: The fundamental package for scientific computing with Python Maintainer: Alexandru Ardelean Source: numpy-1.24.3.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt CPE-ID: cpe:/a:numpy:numpy Type: ipkg Description: NumPy is the fundamental package for array computing with Python. By default, this package is built without some modules. For some modules to be available, the INSTALL_GFORTRAN symbol needs to be enabled in the OpenWrt core/toolchain. https://www.numpy.org/ Alexandru Ardelean @@ Config: menu "Configuration" depends on !powerpc depends on !arc config NUMPY_OPENBLAS_SUPPORT bool "Enable OpenBLAS support" default n endmenu @@ Package: python3-numpy-src Submenu: Python Version: 1.24.3-1 Depends: +libc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: packages Title: The fundamental package for scientific computing with Python (sources) Maintainer: Alexandru Ardelean Source: numpy-1.24.3.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt CPE-ID: cpe:/a:numpy:numpy Type: ipkg Description: NumPy is the fundamental package for array computing with Python. By default, this package is built without some modules. For some modules to be available, the INSTALL_GFORTRAN symbol needs to be enabled in the OpenWrt core/toolchain. This package contains the Python source files for python3-numpy. https://www.numpy.org/ Alexandru Ardelean @@ Config: depends on PACKAGE_python3-numpy @@