summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-03-23 12:40:43 +0100
committerMartino Pilia2018-03-23 12:40:43 +0100
commit68fb48135c79659d593e3caeb81f20269726e97e (patch)
treee4dc1bf034513165e07af4b735308b8d119b9d14
parent98adff73c914518e623878bfe846337ff1e408c4 (diff)
downloadaur-68fb48135c79659d593e3caeb81f20269726e97e.tar.gz
install prefix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02c114dd6c31..2ed12af76189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pyca-git
pkgdesc = Python for Computational Anatomy
pkgver = 0.01.r434.gf31ab43
- pkgrel = 5
+ pkgrel = 6
url = http://bitbucket.org/scicompanat/pyca
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 5e5d31057b6e..e244434be479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyca
pkgname=python2-pyca-git
pkgver=0.01.r434.gf31ab43
-pkgrel=5
+pkgrel=6
pkgdesc="Python for Computational Anatomy"
arch=('x86_64')
url="http://bitbucket.org/scicompanat/pyca"
@@ -31,7 +31,9 @@ prepare() {
# temporary bugfix, a PR has already been submitted upstream
sed -i 's/<< std::cout <</<</g' "$srcdir/$_name/Code/Cxx/src/alg/MultiscaleManager.cxx"
- cmake -D CMAKE_BUILD_TYPE=Release \
+ cmake \
+ -D CMAKE_INSTALL_PREFIX:PATH="/usr" \
+ -D CMAKE_BUILD_TYPE=Release \
-D PYTHON_EXECUTABLE=/usr/bin/python2 \
-D PYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-D BUILD_SHARED_LIBS=ON \