Source-Makefile: feeds/packages/lang/python/numpy/Makefile
Build-Depends: python-cython/host pyproject-metadata/host

Package: python3-numpy
Submenu: Python
Version: 2.1.0-r1
Depends: +libc @!SOFT_FLOAT +INSTALL_GFORTRAN:libgfortran +python3 +libstdcpp +NUMPY_OPENBLAS_SUPPORT:openblas
Conflicts: 
Menu-Depends: 
Provides: 
Section: lang
Category: Languages
Repository: base
Title: The fundamental package for scientific computing with Python
Maintainer: Alexandru Ardelean <ardeleanalex@gmail.com>
Source: numpy-2.1.0.tar.gz
License: BSD-3-Clause
LicenseFiles: LICENSE.txt
CPE-ID: cpe:/a:numpy:numpy
URL: https://www.numpy.org/
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.
@@
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: 2.1.0-r1
Depends: +libc 
Conflicts: 
Menu-Depends: 
Provides: 
Section: lang
Category: Languages
Repository: base
Title: The fundamental package for scientific computing with Python (sources)
Maintainer: Alexandru Ardelean <ardeleanalex@gmail.com>
Source: numpy-2.1.0.tar.gz
License: BSD-3-Clause
LicenseFiles: LICENSE.txt
CPE-ID: cpe:/a:numpy:numpy
URL: https://www.numpy.org/
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.
@@
Config:
    depends on PACKAGE_python3-numpy
@@


