From f6857c5a6a7095102f84561e754af2b41f133058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Thu, 30 Jul 2020 19:53:25 +0000 Subject: math/pdal: Update to 2.1.0 - Update to 2.1.0 - Remove Sqlite and Python (removed upstream) - Remove patch for LASZip (fixed in archivers/laszip) - Reoreder options - Add lazperf option Changelog: - https://github.com/PDAL/PDAL/releases/tag/2.1.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25863 --- math/pdal/files/patch-cmake_modules_FindLASzip.cmake | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 math/pdal/files/patch-cmake_modules_FindLASzip.cmake (limited to 'math/pdal/files/patch-cmake_modules_FindLASzip.cmake') diff --git a/math/pdal/files/patch-cmake_modules_FindLASzip.cmake b/math/pdal/files/patch-cmake_modules_FindLASzip.cmake deleted file mode 100644 index 0a388385ae21..000000000000 --- a/math/pdal/files/patch-cmake_modules_FindLASzip.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/modules/FindLASzip.cmake.orig 2018-05-22 16:04:04 UTC -+++ cmake/modules/FindLASzip.cmake -@@ -53,7 +53,7 @@ FIND_LIBRARY(LASZIP_LIBRARY - ${OSGEO4W_ROOT_DIR}/lib) - - # Comment out laszip.hpp version info --SET(LASZIP_VERSION_H "${LASZIP_INCLUDE_DIR}/laszip/laszip_api_version.h") -+SET(LASZIP_VERSION_H "${LASZIP_INCLUDE_DIR}/laszip_api_version.h") - IF(LASZIP_INCLUDE_DIR AND EXISTS ${LASZIP_VERSION_H}) - SET(LASZIP_VERSION 0) - -- cgit v1.2.3