[pdal] Update to 2.4.3 (#26435)

* Update to 2.4.3

* Update versions
This commit is contained in:
Kai Pastor 2022-08-23 19:20:48 +02:00 committed by GitHub
parent 42c70cd0f0
commit 7bd1ddfe86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 14 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO PDAL/PDAL
REF 2.4.0
SHA512 fd1314058404a1d15e308cee5682dcf3f1c6277884f200069b293b929ddfcd1d0d29bc74353bb08b1d163d3e776c8b036ba62d7c8599470b755128dacfe2f032
REF 2.4.3
SHA512 0293760c778be88e98e9c056730674c4e25bdba9094ff590e439a1ed1f61c880b7c03449b9cbc92190e12b3c0894cb337d93b2534c954f91277a0ee5cde5c78a
HEAD_REF master
PATCHES
fix-dependency.patch
@ -97,8 +97,6 @@ file(READ "${SOURCE_PATH}/vendor/kazhdan/PoissonRecon.h" kazhdan_license)
string(REGEX REPLACE "^/\\*\n|\\*/.*\$" "" kazhdan_license "${kazhdan_license}")
file(READ "${SOURCE_PATH}/vendor/lazperf/lazperf.hpp" lazperf_license)
string(REGEX REPLACE "^/\\*\n|\\*/.*\$" "" lazperf_license "${lazperf_license}")
file(READ "${SOURCE_PATH}/vendor/lazperf/detail/field_xyz.hpp" lazperf_detail_license)
string(REGEX REPLACE "^/\\*\n|\\*/.*\$" "" lazperf_detail_license "${lazperf_detail_license}")
file(WRITE "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright"
"${pdal_license}
---
@ -118,17 +116,12 @@ Files in vendor/lazperf/:
${lazperf_license}
---
Files in vendor/lazperf/detail/:
${lazperf_detail_license}
---
Files in vendor/eigen:
Most Eigen source code is subject to the terms of the Mozilla Public License
v. 2.0. You can obtain a copy the MPL 2.0 at http://mozilla.org/MPL/2.0/.
Some files included in Eigen are under of the following licenses:
Some files included in Eigen are under one of the following licenses:
- Apache License, Version 2.0
- BSD 3-Clause \"New\" or \"Revised\" License
")

View File

@ -1,7 +1,6 @@
{
"name": "pdal",
"version": "2.4.0",
"port-version": 1,
"version": "2.4.3",
"description": "PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.",
"homepage": "https://pdal.io/",
"license": null,

View File

@ -5469,8 +5469,8 @@
"port-version": 0
},
"pdal": {
"baseline": "2.4.0",
"port-version": 1
"baseline": "2.4.3",
"port-version": 0
},
"pdal-c": {
"baseline": "2.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8b72a995f43fed0287dca94b7f45bc1855b8fa43",
"version": "2.4.3",
"port-version": 0
},
{
"git-tree": "0c5321217b19b80c58854e9cd2141633e00c0fc7",
"version": "2.4.0",