summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-12-21 19:35:04 +0100
committerbionade242020-12-21 19:35:04 +0100
commita3632c53b9c12e16059ed97704808e119fe1996a (patch)
tree50629f9a0fc2ed1aefefd839be38cce2748b7919
parentd12701ea36a701e9b67884a52680cdf3f0e48e93 (diff)
downloadaur-a3632c53b9c12e16059ed97704808e119fe1996a.tar.gz
Set -DBoost_NO_SYSTEM_PATHS=TRUE as cmake flag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f76a1fb70bf..684458435632 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-rostest
pkgdesc = ROS - Integration test suite based on roslaunch that is compatible with xUnit frameworks.
pkgver = 1.14.10
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ros/ros_comm
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bf9210953d48..0a4e06ac8159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://github.com/ros/ros_comm'
pkgname='ros-melodic-rostest'
pkgver='1.14.10'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -55,7 +55,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF \
- -DBOOST_ROOT=/opt/boost1.69
+ -DBOOST_ROOT=/opt/boost1.69 \
+ -DBoost_NO_SYSTEM_PATHS=TRUE
make
}