summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-04-19 01:05:18 -0400
committeracxz2020-04-19 01:05:18 -0400
commitbf0352589a363f86114cef682e1c2407ce3bc271 (patch)
treea82fe974ea4697542ac69280f9667e61708b2f49 /PKGBUILD
parent1fcb283d140b85a3f3584638f314b602e810aa86 (diff)
downloadaur-flann.tar.gz
remove python2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5abe4a66b0da..088a4083c0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=flann
pkgver=1.9.1
-pkgrel=6
+pkgrel=7
pkgdesc="FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces"
arch=('i686' 'x86_64')
url='https://github.com/mariusmuja/flann'
@@ -39,7 +39,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_MATLAB_BINDINGS=OFF \
-DBUILD_PYTHON_BINDINGS=ON \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
-DBUILD_TESTS=OFF \
-DBUILD_EXAMPLES=OFF
make