22 lines
812 B
Bash
22 lines
812 B
Bash
# Template file for 'python3-scikit-learn'
|
|
pkgname=python3-scikit-learn
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
build_helper="numpy meson"
|
|
hostmakedepends="python3-Cython python3-numpy python3-scipy
|
|
python3-meson-python pkg-config"
|
|
makedepends="python3-devel python3-numpy libgomp-devel"
|
|
depends="python3-numpy python3-scipy python3-joblib python3-threadpoolctl"
|
|
short_desc="Python3 modules for machine learning and data mining"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://scikit-learn.org/"
|
|
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
|
checksum=cd2aac2b566c7e740d34aabb4737864c74ba33c29aad7101fbf1bab2931c02dc
|
|
make_check=no # tests don't work properly unless package is installed
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|