summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOskar Roesler2020-09-19 18:58:12 +0200
committerGitHub2020-09-19 18:58:12 +0200
commit9b3684347e8a4622b8b1d07ef77183c5094fc396 (patch)
tree6ab05e392f529e584722a7e041406261b48cf74c /PKGBUILD
parent6819f1eedbae6b8319914f2c749fdfef9e91ee86 (diff)
parent7ee0581e620aba940cbec0a79e51d020d2ebfd0e (diff)
downloadaur-9b3684347e8a4622b8b1d07ef77183c5094fc396.tar.gz
Merge pull request #2 from ros-melodic-arch/disable_testing
Disabled test during makepkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5a756775cc4..161ac2725adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://www.wiki.ros.org/openni_launch'
pkgname='ros-melodic-openni-launch'
pkgver='1.11.1'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(ros-melodic-nodelet
@@ -49,6 +49,7 @@ build() {
cmake ${srcdir}/${_dir} \
-DCMAKE_BUILD_TYPE=Release \
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
+ -DCATKIN_ENABLE_TESTING=0 \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF