summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Popov2016-09-04 14:35:56 +0300
committerDmitry Popov2016-09-04 14:35:56 +0300
commitbeab3c7a1776e13fb6a35fd546a189bbd85bd8ad (patch)
treec3d3dce2a4800319ac5d9bbfb97bfa70cc8a8818 /PKGBUILD
parent4a98aa3ac8d4e8a2d545f53f474ec45e9e871b82 (diff)
downloadaur-beab3c7a1776e13fb6a35fd546a189bbd85bd8ad.tar.gz
Revert 9d16efdc
This patch is no longer needed, as it is alredy applied in upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dcb43ad7988..a9c32ca6e104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,15 +12,13 @@ license=('APACHE')
source=('git+https://github.com/dmlc/xgboost.git'
'git+https://github.com/dmlc/dmlc-core'
'git+https://github.com/dmlc/rabit'
- 'python_no_libs.patch'
- 'xgboost_fix_missing_include.patch')
+ 'python_no_libs.patch')
makedepends=('python2-setuptools' 'python-setuptools')
arch=('x86_64')
sha256sums=('SKIP'
'SKIP'
'SKIP'
- '610f3ec61f30907eab32ca00ebe84ca0bc5d5566d462ed9c477b130c02f38a74'
- '5c22abd1a58f0b6da16687e3083a3dbbb961f30f0de359c5637cdbc1948459af')
+ '610f3ec61f30907eab32ca00ebe84ca0bc5d5566d462ed9c477b130c02f38a74')
pkgver() {
cd "${_name}"
@@ -34,7 +32,6 @@ prepare() {
git config submodule.rabit.url "${srcdir}/rabit"
git submodule update
patch -p1 < "${srcdir}/python_no_libs.patch"
- grep -qF '<cmath>' src/tree/param.h || patch -p1 < "${srcdir}/xgboost_fix_missing_include.patch"
}
build() {