aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pdal/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/pdal/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/pdal/vcpkg.json')
-rw-r--r--vcpkg/ports/pdal/vcpkg.json119
1 files changed, 119 insertions, 0 deletions
diff --git a/vcpkg/ports/pdal/vcpkg.json b/vcpkg/ports/pdal/vcpkg.json
new file mode 100644
index 0000000..239d7ab
--- /dev/null
+++ b/vcpkg/ports/pdal/vcpkg.json
@@ -0,0 +1,119 @@
+{
+ "name": "pdal",
+ "version": "2.9.2",
+ "port-version": 1,
+ "description": "PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.",
+ "homepage": "https://pdal.io/",
+ "license": null,
+ "supports": "!(static & staticcrt)",
+ "dependencies": [
+ {
+ "name": "curl",
+ "default-features": false
+ },
+ "eigen3",
+ {
+ "name": "gdal",
+ "default-features": false
+ },
+ "h3",
+ "json-schema-validator",
+ "libgeotiff",
+ {
+ "name": "libxml2",
+ "default-features": false
+ },
+ "nanoflann",
+ "nlohmann-json",
+ {
+ "name": "pdal-dimbuilder",
+ "host": true
+ },
+ "rapidxml",
+ "utfcpp",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "default-features": [
+ "supported-plugins"
+ ],
+ "features": {
+ "draco": {
+ "description": "Build the Draco plugin",
+ "dependencies": [
+ "draco"
+ ]
+ },
+ "e57": {
+ "description": "Build the E57 plugin",
+ "dependencies": [
+ "xerces-c"
+ ]
+ },
+ "hdf": {
+ "description": "Build the HDF plugin",
+ "dependencies": [
+ {
+ "name": "hdf5",
+ "default-features": false
+ }
+ ]
+ },
+ "liblzma": {
+ "description": "Support for compression/decompression with LZMA",
+ "dependencies": [
+ "liblzma"
+ ]
+ },
+ "pgpointcloud": {
+ "description": "Build the PgPointCloud plugin",
+ "dependencies": [
+ {
+ "name": "libpq",
+ "default-features": false
+ }
+ ]
+ },
+ "spz": {
+ "description": "Build the SPZ plugin",
+ "dependencies": [
+ "spz"
+ ]
+ },
+ "supported-plugins": {
+ "description": "Default set of plugins, dependent on platform",
+ "dependencies": [
+ {
+ "name": "pdal",
+ "default-features": false,
+ "features": [
+ "draco",
+ "e57"
+ ]
+ },
+ {
+ "name": "pdal",
+ "default-features": false,
+ "features": [
+ "hdf",
+ "pgpointcloud"
+ ],
+ "platform": "!uwp"
+ }
+ ]
+ },
+ "zstd": {
+ "description": "Support for ZSTD compression/decompression",
+ "dependencies": [
+ "zstd"
+ ]
+ }
+ }
+}