Skip to content

Commit

Permalink
[pdal] Update to 2.4.3 (microsoft#26435)
Browse files Browse the repository at this point in the history
* Update to 2.4.3

* Update versions
  • Loading branch information
dg0yt authored Aug 23, 2022
1 parent 42c70cd commit 7bd1ddf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
13 changes: 3 additions & 10 deletions ports/pdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
---
Expand All @@ -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
")
3 changes: 1 addition & 2 deletions ports/pdal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pdal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8b72a995f43fed0287dca94b7f45bc1855b8fa43",
"version": "2.4.3",
"port-version": 0
},
{
"git-tree": "0c5321217b19b80c58854e9cd2141633e00c0fc7",
"version": "2.4.0",
Expand Down

0 comments on commit 7bd1ddf

Please sign in to comment.