summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2021-01-25 14:04:05 +0100
committerFelix Exner2021-01-25 14:04:05 +0100
commit960548429a414cabdba1bef5a859dfc109063a01 (patch)
tree66677231b371d87105e06d2813f02bc832e09e16
parent45582eb19df9af3b754fc6bc790b1d70ae81a7fd (diff)
downloadaur-960548429a414cabdba1bef5a859dfc109063a01.tar.gz
Setup boost paths during build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd538a5cedbc..5cb1fa13a600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-move-slow-and-clear
pkgdesc = ROS - move_slow_and_clear
pkgver = 1.16.7
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/move_slow_and_clear
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4f78b786a155..647cacef4483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://wiki.ros.org/move_slow_and_clear'
pkgname='ros-melodic-move-slow-and-clear'
pkgver='1.16.7'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -52,7 +52,9 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DSETUPTOOLS_DEB_LAYOUT=OFF
+ -DSETUPTOOLS_DEB_LAYOUT=OFF \
+ -DBOOST_ROOT=/opt/boost1.69 \
+ -DBoost_NO_SYSTEM_PATHS=TRUE
make
}