summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Exner2021-01-20 14:42:14 +0100
committerFelix Exner2021-01-20 14:42:14 +0100
commit86b60c8a0015942d4d3a98300b7f6eab9f7c3d53 (patch)
tree3370fc1f11c34179cc2ed0336b30f7d32a67c787
parent62795ae79675b94754404177b3f724f0b008dee4 (diff)
downloadaur-86b60c8a0015942d4d3a98300b7f6eab9f7c3d53.tar.gz
Set boost path during build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10e48d2efcca..907d8e17fab6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-moveit-setup-assistant
pkgdesc = ROS - Generates a configuration package that makes it easy to use MoveIt!.
pkgver = 1.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://moveit.ros.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6929cf1041df..bf8d6cc56699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ url='https://moveit.ros.org'
pkgname='ros-melodic-moveit-setup-assistant'
pkgver='1.0.7'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(ros-melodic-srdfdom
@@ -55,7 +55,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
}