summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJonathan Yantis2015-06-11 08:02:20 -0700
committerJonathan Yantis2015-06-11 08:02:20 -0700
commitbc5265502d0662023cf725235922412e5c07fee7 (patch)
treefa7f893e4a177043f35625e0fec4a4083c84b63d /.SRCINFO
downloadaur-bc5265502d0662023cf725235922412e5c07fee7.tar.gz
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO41
1 files changed, 41 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..169be5a1e959
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,41 @@
+pkgbase = xgboost-git
+ pkgver = r1639.00a8076
+ pkgrel = 2
+ url = https://github.com/tqchen/xgboost
+ arch = x86_64
+ license = APACHE
+ makedepends = git
+ source = git+https://github.com/tqchen/xgboost.git
+ sha256sums = SKIP
+
+pkgname = xgboost-git
+ pkgdesc = An optimized general purpose gradient boosting library. Which is parallelized using OpenMP. It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree
+ depends = python
+ depends = bash
+ 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
+ depends = python-setuptools
+ depends = bash
+ 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
+ depends = python2-setuptools
+ depends = bash
+ provides = python2-xgboost
+ conflicts = python2-xgboost
+