summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2021-01-25 14:04:05 +0100
committerFelix Exner2021-01-25 14:04:05 +0100
commit960548429a414cabdba1bef5a859dfc109063a01 (patch)
tree66677231b371d87105e06d2813f02bc832e09e16 /PKGBUILD
parent45582eb19df9af3b754fc6bc790b1d70ae81a7fd (diff)
downloadaur-960548429a414cabdba1bef5a859dfc109063a01.tar.gz
Setup boost paths during build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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
}