summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWil Thomason2020-01-15 02:40:58 -0500
committerWil Thomason2020-01-15 02:40:58 -0500
commit96208be0582e4dcbb1f73faa6bbb65b54e3f8fe5 (patch)
treed446e6517ed12be7405073e82257a1c50fc3188f
parent011fc129bd3fd94fa3d03951820bf342ed6d59e1 (diff)
downloadaur-96208be0582e4dcbb1f73faa6bbb65b54e3f8fe5.tar.gz
Update to Python 3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 335003c9519c..126bf14fd40d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ompl
pkgdesc = The Open Motion Planning Library (OMPL) consists of many state-of-the-art sampling-based motion planning algorithms
pkgver = 1.4.2
- pkgrel = 2
+ pkgrel = 3
url = http://ompl.kavrakilab.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 05619cf3542c..4237fbc97493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ompl
pkgver=1.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="The Open Motion Planning Library (OMPL) consists of many state-of-the-art sampling-based motion planning algorithms"
arch=('i686' 'x86_64')
url="http://ompl.kavrakilab.org/"
@@ -33,7 +33,7 @@ build() {
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DPYTHON_EXEC=/usr/bin/python2 \
+ -DPYTHON_EXEC=/usr/bin/python \
-DCMAKE_CXX_FLAGS=-D_POSIX_VERSION \
-DOMPL_REGISTRATION=Off ..
make