# Compiling Time: 2.13 SBU
# Maintainer: Marius Cirsta <mcirsta@frugalware.org>

_F_archive_name="scipy"
pkgname=python3-scipy
pkgver=1.15.2
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
depends=('pybind11' 'python3-numpy>=1.7.1' 'libcblas' 'python3-gast' 'xsimd')
makedepends=('gcc-gfortran' 'python3-pythran' 'lapack' \
	'python3-numpy-static' 'python3-build' 'python3-cython' \
	'python3-installer' 'python3-flit_core' 'meson-python')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=scipy
Finclude pypi
sha1sums=('093c30bdd187fd5693a8d2fc9fcb961b96418a85')
_F_python_version=python3

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build --wheel --no-isolation -C setup-args=-Dblas=blas -C setup-args=-Dlapack=lapack || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie

}

# optimization OK
