Merge pull request #1534 from LuaAndC/pcl-1.8.0

pcl: update from 1.7.2 to 1.8.0
This commit is contained in:
Boris Nagaev 2016-10-10 12:54:25 +04:00 committed by GitHub
commit 22cd9c488c
2 changed files with 3 additions and 29 deletions

View File

@ -1,27 +0,0 @@
This file is part of MXE. See LICENSE.md for licensing information.
From 0a5d7e96ad3d5ce39284968258fe78f39fe5f4ca Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Thu, 27 Aug 2015 08:16:41 +0200
Subject: [PATCH] cmake_policy CMP0017
---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0a5600..ea9ebcf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,8 @@ if(POLICY CMP0048)
cmake_policy(SET CMP0048 OLD) # do not use VERSION option in project() command
endif()
+cmake_policy(SET CMP0017 NEW)
+
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "possible configurations" FORCE)
# In case the user does not setup CMAKE_BUILD_TYPE, assume it's RelWithDebInfo
--
1.7.10.4

View File

@ -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