diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-30 19:53:25 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-30 19:53:25 +0000 |
commit | f6857c5a6a7095102f84561e754af2b41f133058 (patch) | |
tree | 498f13346912a283291027ab439b5ba80b458dd1 /math/pdal/files/patch-cmake_modules_FindLASzip.cmake | |
parent | www/nextcloud-forms: Update to 2.0.1 (diff) |
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
Diffstat (limited to 'math/pdal/files/patch-cmake_modules_FindLASzip.cmake')
-rw-r--r-- | math/pdal/files/patch-cmake_modules_FindLASzip.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
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) - |