summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Roesler2020-09-19 18:58:58 +0200
committerGitHub2020-09-19 18:58:58 +0200
commit084d70913450883ebd428e1fcaba259422afb21d (patch)
treef7826640e088b714e500333da17220c094e3fa9b
parentec1b7f504f0937c3a5a58b51f56cd4dd31e642d2 (diff)
parentf62a06802e7011c321ff48d883aad82335a589fa (diff)
downloadaur-084d70913450883ebd428e1fcaba259422afb21d.tar.gz
Merge pull request #1 from ros-melodic-arch/disable_testing
Disabled test during makepkg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4191ef85486..025fe0f443b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-pr2-description
pkgdesc = ROS - This package contains the description (mechanical, kinematic, visual, etc.) of the PR2 robot.
pkgver = 1.12.4
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/pr2_description
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 88f5efd2dd30..84fe57dd9a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ url='https://wiki.ros.org/pr2_description'
pkgname='ros-melodic-pr2-description'
pkgver='1.12.4'
arch=('any')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(ros-melodic-ivcon
@@ -44,11 +44,9 @@ 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 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.7m.so \
- -DPYTHON_BASENAME=-python3.7m \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}