summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-12-21 19:19:43 +0100
committerbionade242020-12-21 19:19:43 +0100
commita0faf4ffed1cc005a322aca9d2b4f64abcfefbcd (patch)
tree4790cd2b7c4944de20c3123a5b2471591aef5c6c
parent17d7cc291dbed182fa0bfd76026a3d163fbe23fe (diff)
downloadaur-a0faf4ffed1cc005a322aca9d2b4f64abcfefbcd.tar.gz
Set Boost_NO_SYSTEM_PATHS=TRUE cmake flags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ecd56077740..9dfbf999bc0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-bondcpp
pkgdesc = ROS - C++ implementation of bond, a mechanism for checking when another process has terminated.
pkgver = 1.8.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.wiki.ros.org/bondcpp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 87d0262075d7..1d3dc75f6f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,10 @@
-# Script generated with import_catkin_packages.py.
-# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - C++ implementation of bond, a mechanism for checking when another process has terminated."
url='https://www.wiki.ros.org/bondcpp'
pkgname='ros-melodic-bondcpp'
pkgver='1.8.5'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -64,7 +62,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
}