summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-11-19 00:50:42 +0700
committerAchmad Fathoni2021-11-19 00:50:42 +0700
commit97af63550f7403bb8c38aa86768a460fd6c19e9a (patch)
tree66b96fc1bc5e32aae0f93f718e59c6c4fc31f93e
parent914061d402f21a22415190c65e0b862e23595f4d (diff)
downloadaur-97af63550f7403bb8c38aa86768a460fd6c19e9a.tar.gz
fix CMAKE_INSTALL_PREFIX
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b6337b29b7..a65d0c08efac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-pcl-ros
pkgdesc = ROS - PCL (Point Cloud Library) ROS interface stack.
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ros.org/perception_pcl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 28b85c6fe39b..bebac0dee85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://wiki.ros.org/perception_pcl'
pkgname='ros-noetic-pcl-ros'
pkgver='1.7.3'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=1
+pkgrel=2
license=('BSD')
ros_makedepends=(
@@ -62,6 +62,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/opt/ros/noetic \
-DPYTHON_EXECUTABLE=/usr/bin/python \
-DCMAKE_CXX_STANDARD=17 \
+ -DCMAKE_PREFIX_PATH=/opt/ros/noetic \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}