Commit Graph

5 Commits

Author SHA1 Message Date
Kai Pastor
e9435ccc15
[kealib] Update to 1.5.3 (#35819) 2023-12-22 15:47:59 -05:00
Kai Pastor
631ba72c10
[kealib] Cleanup, fix CMake config (#35461) 2023-12-04 19:44:53 -08:00
Jia Yue Hua
027f2ba5fa
[kealib] update to 1.5.2 (#34240) 2023-10-03 17:22:40 -07:00
Billy O'Neal
4c1734ba2a
[kealib] Block attempting to load gdal's package.
Resolves https://github.com/microsoft/vcpkg/issues/32653

The problem is that regardless of `LIBKEA_WITH_GDAL` it runs `find_package(GDAL`. (Ignoring the answer) Inside GDAL's package, they do `find_dependency(HDF5 COMPONENTS C)` which overrides kealib's attempted `find_package(HDF5 COMPONENTS CXX HL REQUIRED)` with the wrong libraries.
2023-07-19 23:26:01 -07:00
Kai Pastor
642d1ccb27
[kealib] Update, revise features (#19118)
* Convert manifest to JSON

* Remove purely transitive dependencies

* Parallel is unsupported with HDF5 C++

* Revise portfile

* Update to 1.4.14

* x-add-version
2021-09-07 11:56:42 -07:00