summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichaelChou2018-09-01 22:25:42 +0800
committerMichaelChou2018-09-01 22:25:42 +0800
commit3e0c45aa50e5a05172075e0229fc0b92b0f09ebb (patch)
treea4736b135fd1b61156412d881684e137d15106b5 /PKGBUILD
parentb8cf4b9a3408666bc5f5527f9dc0fd9e62ad1287 (diff)
downloadaur-3e0c45aa50e5a05172075e0229fc0b92b0f09ebb.tar.gz
Disable testing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9993c8048fcf..733a427304a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Conversion nodes for messages from SocketCAN to a ROS Topic and vice ve
url="http://wiki.ros.org/${_pkgname}?distro=melodic"
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
arch=('any')
license=('LGPL3')
@@ -44,6 +44,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
+ -DCATKIN_ENABLE_TESTING=OFF \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
# -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
# -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \