summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Popov2017-01-20 22:55:18 +0300
committerDmitry Popov2017-01-20 22:55:18 +0300
commit88f42792b67ee5a1dce6dc2a94d16495fd6feb12 (patch)
tree3c146013433aba5db0ba59fe624c7fe6dc90cd5a
parent147b597ac06f857d6ea08c134c28d353caa36074 (diff)
downloadaur-88f42792b67ee5a1dce6dc2a94d16495fd6feb12.tar.gz
Bump version (to r2965.a073a2c3) and fix patches accordingly
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--python_no_libs.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b6ada82420b..47420c13227d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = xgboost-git
- pkgver = r2952.7948d1c
+ pkgver = r2965.a073a2c3
pkgrel = 1
url = https://github.com/dmlc/xgboost
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = xgboost-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = fb7632bbde577bb07e3355adc6adf644f98f184df7a260f00fe08717f09cf044
+ sha256sums = dd66a09be68f38fef140c948027e44e3733778e741c84491124b5de8acf6c336
pkgname = xgboost-git
pkgdesc = An optimized distributed gradient boosting library designed to be highly efficient, flexible and portable
diff --git a/PKGBUILD b/PKGBUILD
index 2f7ec2b21036..a23358dab8b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=xgboost-git
pkgname=('xgboost-git'
'python-xgboost-git'
'python2-xgboost-git')
-pkgver=r2952.7948d1c
+pkgver=r2965.a073a2c3
pkgrel=1
url='https://github.com/dmlc/xgboost'
license=('APACHE')
@@ -18,7 +18,7 @@ arch=('x86_64')
sha256sums=('SKIP'
'SKIP'
'SKIP'
- 'fb7632bbde577bb07e3355adc6adf644f98f184df7a260f00fe08717f09cf044')
+ 'dd66a09be68f38fef140c948027e44e3733778e741c84491124b5de8acf6c336')
pkgver() {
cd "${_name}"
diff --git a/python_no_libs.patch b/python_no_libs.patch
index 664ec57e97c7..3459df2bc73c 100644
--- a/python_no_libs.patch
+++ b/python_no_libs.patch
@@ -17,7 +17,7 @@ index 27fc212..5a2b415 100644
-libpath = {'__file__': libpath_py}
-exec(compile(open(libpath_py, "rb").read(), libpath_py, 'exec'), libpath, libpath)
-
--LIB_PATH = libpath['find_lib_path']()
+-LIB_PATH = [os.path.relpath(libfile, CURRENT_DIR) for libfile in libpath['find_lib_path']()]
-print("Install libxgboost from: %s" % LIB_PATH)
# Please use setup_pip.py for generating and deploying pip installation
# detailed instruction in setup_pip.py