# Compiling Time: 0.60 SBU
# Maintainer: Elentir <elentir@frugalware.org>

pkgname=scikit-learn
pkgver=1.6.1
pkgrel=1
pkgdesc="A set of python modules for machine learning and data mining"
url="https://scikit-learn.org/"
depends=('python3-numpy' 'python3-scipy')
makedepends=('libgomp' 'openblas' 'python3-cython' 'python3-build' \
	'python3-installer' 'python3-setuptools' 'python3-wheel' 'meson-python')
groups=('devel-extra')
archs=('x86_64')
_F_github_tag=y
Finclude github
sha1sums=('a188d56c7ad5817e032cef96bea1827b1a6de989')
_F_python_version=python3

build() {
        Fcd
        Fpatchall
        Fexec python -m build --wheel --no-isolation || Fdie
        Fexec python -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
