summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-03-23 09:43:12 +0100
committerMartino Pilia2018-03-23 09:43:12 +0100
commit6363c6302a1325766cb9df3ca162acda052bd2a7 (patch)
tree98a82dd5652db2cc184d23d86b8a5a26826416bd
parent81eb5505e1cb0d51a97a48db4b5aedbb405e363f (diff)
downloadaur-6363c6302a1325766cb9df3ca162acda052bd2a7.tar.gz
fix wrong flag in cmake config
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23ae00c61291..97f83bfcb518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pyca-git
pkgdesc = Python for Computational Anatomy
pkgver = 0.01.r434.gf31ab43
- pkgrel = 1
+ pkgrel = 2
url = http://bitbucket.org/scicompanat/pyca
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 0020a6a835e3..b5b982ae41a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyca
pkgname=python2-pyca-git
pkgver=0.01.r434.gf31ab43
-pkgrel=1
+pkgrel=2
pkgdesc="Python for Computational Anatomy"
arch=('x86_64')
url="http://bitbucket.org/scicompanat/pyca"
@@ -36,7 +36,7 @@ prepare() {
-D PYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-D BUILD_SHARED_LIBS=ON \
-D USE_ITK=OFF \
- -D CUDA_ENABLED=OFF \
+ -D USE_CUDA=OFF \
-D PYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-D PYTHON_INSTALL_DIR=/usr/lib/python2.7/site-packages \
-D CUDA_NVCC_FLAGS_RELEASE=--pre-include\ $srcdir/$_gitname/preinc.h \