summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2019-02-21 21:29:40 +0300
committerDaniel Bershatsky2019-02-21 21:29:40 +0300
commit28bbe0514232a11039a78dec14470ece943a349e (patch)
treef6fb16135b728303ea01692419aa63ab9d9094cd
parentdb5861a31d1a0c3bcc80755f032a1681ac2106ee (diff)
downloadaur-28bbe0514232a11039a78dec14470ece943a349e.tar.gz
Append option to discard debug info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeff2dae1924..f02f707de6a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-catboost-gpu-git
pkgdesc = CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box.
pkgver = 0.12.2
- pkgrel = 2
+ pkgrel = 3
epoch = 0
url = https://catboost.yandex
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0f47ba6be668..ebb016dadb45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
pkgname=python-catboost-gpu-git
pkgver=0.12.2
-pkgrel=2
+pkgrel=3
epoch=0
pkgdesc="CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box."
arch=('i686' 'x86_64')
@@ -37,6 +37,7 @@ build() {
cd "$srcdir/catboost/catboost/python-package/catboost"
../../../ya make -r \
+ -DNO_DEBUGINFO \
-DUSE_ARCADIA_PYTHON=no \
-DOS_SDK=local \
-DPYTHON_CONFIG=python3-config \