summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2020-08-31 07:15:44 +0200
committerFelix Exner2020-08-31 07:15:44 +0200
commitcc04b6b9e81ec9c4559048dc77cafb892576a382 (patch)
tree7bea1e2d728a3a1f013478f88b644e844453f6dd /PKGBUILD
parent05c411a465401bbe1a0e497973e57a7ccc78678c (diff)
downloadaur-cc04b6b9e81ec9c4559048dc77cafb892576a382.tar.gz
Disabled test during makepkg
This way we can avoid adding the test dependencies to the PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22890bdb8f80..1db6854b3973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://github.com/ros-controls/ros_controllers/wiki'
pkgname='ros-melodic-joint-trajectory-controller'
pkgver='0.17.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -73,6 +73,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