libraries/pcl: Updated for version 1.12.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
20418956d7
commit
12e08d0777
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pcl
|
||||
VERSION=${VERSION:-1.9.1}
|
||||
VERSION=${VERSION:-1.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -87,7 +87,6 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DLIB_INSTALL_DIR=lib${LIBDIRSUFFIX} \
|
||||
-DPCL_QT_VERSION=4 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pcl"
|
||||
VERSION="1.9.1"
|
||||
VERSION="1.12.1"
|
||||
HOMEPAGE="http://www.pointclouds.org/"
|
||||
DOWNLOAD="https://github.com/PointCloudLibrary/pcl/archive/pcl-1.9.1/pcl-pcl-1.9.1.tar.gz"
|
||||
MD5SUM="4d4cfb6bf87cc1f08703deeeac1eb6e2"
|
||||
DOWNLOAD="https://github.com/PointCloudLibrary/pcl/archive/pcl-1.12.1/pcl-pcl-1.12.1.tar.gz"
|
||||
MD5SUM="eb1be79330872f9674c9850bb35023bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="flann VTK"
|
||||
|
|
Loading…
Reference in New Issue