diff options
| author | Hiroshi Miura <miurahr@linux.com> | 2018-03-02 03:39:20 +0900 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-01 10:39:20 -0800 |
| commit | 8fe30fe1ea70d5bfac400fdccf30276e4d987be5 (patch) | |
| tree | 2a9011241d4eed58d1d8a8daf30b28c830b10d53 /ports/hdf5 | |
| parent | e70250ca199f9e55c88c242ee980313b8acb45e5 (diff) | |
| download | vcpkg-8fe30fe1ea70d5bfac400fdccf30276e4d987be5.tar.gz vcpkg-8fe30fe1ea70d5bfac400fdccf30276e4d987be5.zip | |
Add kealib ports and modify hdf5 recipe (#2708)
* [kealib] add kealib ports
KEALib is a GDAL model library using HDF5 standard.
- Patch library cmake scripts.
- Provide MIT license file.
- Depend on hdf5 library with [cpp] feature.
- No generation of GDAL driver.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] fix option key to specify building shared library
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] call copy_pdbs() after install
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] update cmake patch
- fix library name in MSVC
- fix to find hdf5 libraries
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] add parallel feature
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* Revert "[hdf5] add cpp feature"
This reverts commit fbe876646601ea1426679793d44dec7cd3852ddf.
* [hdf5] always build cpp library
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] drop dependency for feature hdf5[cpp]
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] update static link handling
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] revert a previous hack for static link to szip/zlib
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [hdf5] work around szip-config.cmake behavior
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* link dependencies of static libs
Diffstat (limited to 'ports/hdf5')
| -rw-r--r-- | ports/hdf5/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/hdf5/.gitattributes b/ports/hdf5/.gitattributes new file mode 100644 index 000000000..7cb1b64e1 --- /dev/null +++ b/ports/hdf5/.gitattributes @@ -0,0 +1 @@ +use-szip-config.patch text eol=crlf |
