summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-12-21 19:27:27 +0100
committerbionade242020-12-21 19:27:27 +0100
commitb61618bdebcb223fa95fadf0fc1643f46be0b5cd (patch)
tree56d8b8040dc77bfe805073655a239407fc253aaf
parent2e1c3cbdafab32476a371675c40ed1c508ce6f58 (diff)
downloadaur-b61618bdebcb223fa95fadf0fc1643f46be0b5cd.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 2a6a6620ec77..fccfa2c48751 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-melodic-image-proc
pkgdesc = ROS - Single image rectification and color processing.
pkgver = 1.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.ros.org/image_proc
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3e4968cedd01..5659b29718f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://wiki.ros.org/image_proc'
pkgname='ros-melodic-image-proc'
pkgver='1.15.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -67,7 +67,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
}