diff options
| author | Mateusz Loskot <mateusz@loskot.net> | 2018-05-18 08:42:45 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-17 23:42:45 -0700 |
| commit | 2978f18ad33b138581d06badae64ad08fdff4653 (patch) | |
| tree | 187ba48352bf6de4b5b3ac57c774525bd66b1831 /ports/pdal/CONTROL | |
| parent | 2988f8577b8ee3e977c187401af544e9eae4ff7b (diff) | |
| download | vcpkg-2978f18ad33b138581d06badae64ad08fdff4653.tar.gz vcpkg-2978f18ad33b138581d06badae64ad08fdff4653.zip | |
Add PDAL 1.7.1 (#3452)
* Add PDAL 1.7.1
First stab at porting PDAL (https://pdal.io), creates package:
- with minimal set of required dependencies
- with dynamic library only - dependency GDAL does not build as static
- with pdal executable
* [pdal] Allow building static libs on top of DLLs.
Diffstat (limited to 'ports/pdal/CONTROL')
| -rw-r--r-- | ports/pdal/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/pdal/CONTROL b/ports/pdal/CONTROL new file mode 100644 index 000000000..3db5c51ac --- /dev/null +++ b/ports/pdal/CONTROL @@ -0,0 +1,4 @@ +Source: pdal
+Version: 1.7.1-1
+Description: PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.
+Build-Depends: gdal, geos, jsoncpp, libgeotiff
|
