summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOskar Roesler (bionade24)2021-06-19 12:40:39 +0200
committerOskar Roesler (bionade24)2021-06-19 12:40:39 +0200
commitf79ac32b73dcfb3c892352689aafca302d2459a8 (patch)
treed2e1385d5ed7c234c7e3758019191f4e07d26fdc /PKGBUILD
parente7e2c80cd87b9a0e11241c0981e290b22755ecdb (diff)
downloadaur-f79ac32b73dcfb3c892352689aafca302d2459a8.tar.gz
Build/Link against boost1.69
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 591af0e35651..dc36c2854ae5 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 - System-wide logging mechanism for messages sent to the /rosout topic."
url='https://wiki.ros.org/rosout'
pkgname='ros-melodic-rosout'
pkgver='1.14.11'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -53,6 +51,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
+ -DBOOST_ROOT=/opt/boost1.69 \
+ -DBoost_NO_SYSTEM_PATHS=TRUE
make
}