summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-03-27 14:05:55 +0200
committerMartino Pilia2018-03-27 14:05:55 +0200
commit66db3c82b67f611457de132e6752d8408e133e45 (patch)
tree3ea1f270b5895242e30d377c6ec52b3cab3c646e
parent40ca837e648e89b177d7c7c0c1ec5252a521302f (diff)
downloadaur-66db3c82b67f611457de132e6752d8408e133e45.tar.gz
fix to not mess includes when enabling CUDA
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1df0b224a5..e391bcba5875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pyca-git
pkgdesc = Python for Computational Anatomy
pkgver = 0.01.r434.gf31ab43
- pkgrel = 8
+ pkgrel = 9
url = http://bitbucket.org/scicompanat/pyca
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 2972000f3ce7..d42832c44bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyca
pkgname=python2-pyca-git
pkgver=0.01.r434.gf31ab43
-pkgrel=8
+pkgrel=9
pkgdesc="Python for Computational Anatomy"
arch=('x86_64')
url="http://bitbucket.org/scicompanat/pyca"
@@ -47,7 +47,7 @@ prepare() {
# Do not include Python 3 stuff
for f in `grep -nr . | grep 'python3\.6' | cut -f1 -d':'`
do
- sed -i 's/[^ ]\+python3\.6[^ ]\+//g' $f
+ sed -i 's/[^ ;]\+python3\.[^ ;]\+//g' $f
done
}