blob: 630daab0d1a83d6105386c6befb214ea992a4632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = python-xgboost
pkgdesc = Gradient Boosting Library for Python
pkgver = 1.7.6
pkgrel = 2
url = https://xgboost.ai
arch = x86_64
arch = aarch64
license = Apache
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = cmake
depends = python-scikit-learn
depends = python-pandas
depends = python-matplotlib
depends = python-pyarrow
depends = openmpi
optdepends = apache-spark: Distributed XGBoost with PySpark
optdepends = python-pytest
provides = python-xgboost
conflicts = python-xgboost-git
source = xgboost-1.7.6.tar.gz::https://github.com/dmlc/xgboost/archive/refs/tags/v1.7.6.tar.gz
source = dmlc-core-0.5.tar.gz::https://github.com/dmlc/dmlc-core/archive/refs/tags/v0.5.tar.gz
source = rabit_mpi.patch
sha256sums = 20acbdc04e5c724884788a51abbc400fc0d8497ae6cb5b404fef4e0d32fe1a0e
sha256sums = cd97475ae1ecf561a1cb1129552f9889d52b11b3beb4c56e5345d007d5020ece
sha256sums = 15ad5794d9f11fe43200a3663469bcaca7fd0a87c0d5c8ea41a665bf881c2b15
pkgname = python-xgboost
|