summaryrefslogtreecommitdiffstats
path: root/src/pcl.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-10-05 22:13:35 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-10-06 07:21:19 (GMT)
commit73f7210325c23206d115e873a0b6a6a9f87d4537 (patch)
tree6dcb57befd3f96f168e4a98560103102891c7693 /src/pcl.mk
parenta528dc936ccc9b881bbe05106dad131b51e53aa2 (diff)
downloadmxe-73f7210325c23206d115e873a0b6a6a9f87d4537.zip
mxe-73f7210325c23206d115e873a0b6a6a9f87d4537.tar.gz
mxe-73f7210325c23206d115e873a0b6a6a9f87d4537.tar.bz2
pcl: update from 1.7.2 to 1.8.0
Patch pcl-1-cmake-policy-cmp0017.patch is not needed. See https://github.com/PointCloudLibrary/pcl/commit/51a230f07eb9738ed New option -DHAVE_SSSE3_EXTENSIONS_EXITCODE=0 is needed to fix this: CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables appropriately: HAVE_SSSE3_EXTENSIONS_EXITCODE (advanced) Update of vtk to 7 depends on updating pcl to 1.8.0, because pcl 1.7.2 fails with vtk 7. See https://github.com/mxe/mxe/pull/1527#issuecomment-251645448
Diffstat (limited to 'src/pcl.mk')
-rw-r--r--src/pcl.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pcl.mk b/src/pcl.mk
index d5e8e09..c3dc107 100644
--- a/src/pcl.mk
+++ b/src/pcl.mk
@@ -2,8 +2,8 @@
PKG := pcl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.7.2
-$(PKG)_CHECKSUM := 479f84f2c658a6319b78271111251b4c2d6cf07643421b66bbc351d9bed0ae93
+$(PKG)_VERSION := 1.8.0
+$(PKG)_CHECKSUM := 9e54b0c1b59a67a386b9b0f4acb2d764272ff9a0377b825c4ed5eedf46ebfcf4
$(PKG)_SUBDIR := $(PKG)-$(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/PointCloudLibrary/pcl/archive/$($(PKG)_FILE)
@@ -42,6 +42,7 @@ define $(PKG)_BUILD
-DHAVE_MM_MALLOC_EXITCODE=0 \
-DHAVE_SSE4_2_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE4_1_EXTENSIONS_EXITCODE=0 \
+ -DHAVE_SSSE3_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE3_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE2_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE_EXTENSIONS_EXITCODE=0