summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 25197034467a48d2e00f8634c32d9c33cca1c4ae (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
31
32
33
34
35
36
37
38
39
40
41
42
pkgbase = xgboost-git
	pkgver = r2828.ecec5f7
	pkgrel = 1
	url = https://github.com/dmlc/xgboost
	arch = x86_64
	license = APACHE
	makedepends = python2-setuptools
	makedepends = python-setuptools
	source = git+https://github.com/dmlc/xgboost.git
	source = git+https://github.com/dmlc/dmlc-core
	source = git+https://github.com/dmlc/rabit
	source = python_no_libs.patch
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = 610f3ec61f30907eab32ca00ebe84ca0bc5d5566d462ed9c477b130c02f38a74

pkgname = xgboost-git
	pkgdesc = An optimized distributed gradient boosting library designed to be highly efficient, flexible and portable
	optdepends = python-xgboost-git: Python 3 Wrapper
	optdepends = python2-xgboost-git: Python 2 Wrapper
	provides = xgboost
	conflicts = xgboost

pkgname = python-xgboost-git
	pkgdesc = XGBoost Python 3 wrapper
	depends = xgboost
	depends = python
	depends = python-numpy
	depends = python-scipy
	provides = python-xgboost
	conflicts = python-xgboost

pkgname = python2-xgboost-git
	pkgdesc = XGBoost Python 2 wrapper
	depends = xgboost
	depends = python2
	depends = python2-numpy
	depends = python2-scipy
	provides = python2-xgboost
	conflicts = python2-xgboost