aboutsummaryrefslogtreecommitdiff
path: root/ports/gdal/vcpkg.json
AgeCommit message (Collapse)Author
2021-10-11[gdal] add hdf5 support on windows (#20540)Zheng Xueke
* add gdal hdf5 format support on windows * add gdal hdf5 format support on windows:run x-add-version * remove lib EXISTS check Co-authored-by: Billy O'Neal <bion@microsoft.com> * remove lib EXISTS check : fix git-tree * Delete ports/gdal/dependency_win.cmake extra Spaces Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * delete unnecessary blank lines: update git-tree Co-authored-by: Billy O'Neal <bion@microsoft.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-09-13[gdal] Make building executables optional (#19243)Matthias Kuhn
* [gdal] Optional "tool" feature to build executables Fixes #19189 * x-add-version * Fix remove of tools * Always delete the debug tools * Add patch to make tools build optional (non-windows) * Update patch to make tools build optional (windows) * Update git-tree * Update tools patch * Update git-tree * Revise windows tools handling * x-add-version * Remove empty bin dir * Update git-tree * Remove obsolete static tools patch * Update git-tree * update * reindent * x-add-version * restore version Co-authored-by: Kai Pastor <dg0yt@darc.de>
2021-09-02Fix target_link_libraries on repeated inclusion of wrappers (#19120)Kai Pastor
* Fix repeated inclusion of wrappers * x-add-version
2021-07-26[gdal] Fix GDAL_LIBRARY passing by cache variable (#19119)Kai Pastor
* Fix GDAL_LIBRARY passing by cache variable * x-add-version
2021-07-23[gdal] Repair gdal wrapper (#19105)Kai Pastor
* Repair gdal wrapper * x-add-version
2021-07-23[gdal] Fix build for non-Windows targets (#17698)Kai Pastor
* Remove obsolete GDAL_VERSION_LIB * Build mingw with configure/make * Rearrange CONF_OPTS, expose tiff dependency * Revise linkage configuration * Rearrange GDAL_PATCHES * Put optional drivers into non-default feature * Fix gdal build * Update vcpkg.json * Re-enable netcdf support * Revise cmake wrapper * Final portfile cleanup * Remove curl osx system dependencies * Verify configuration results before building * Update and revise configure.ac patch * Fix dllexport for mingw-dynamic * Fix pc file * Add dependencies to cmake wrapper * Increment port-version * x-add-version * Fix typo * Update git-tree * strega-nil CRs Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-04-19[gdal] Update to 3.2.2 (#15292)Long Huan
* update * update * update * Update portfile.cmake * update * Revert "update" This reverts commit 103cc600cfee1c20544db11459811e1edffbc98e. * update * Update portfile.cmake * update * update * update * update * update * update * update * fix linux build * fix linux libxml2 error * Update gdal.json * Update ports/gdal/vcpkg.json * update version record * update gdal to 3.2.2 * update version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-04-06[vcpkg baseline][gdal] Fix configure error on OSX (#17083)Jack·Boos·Yu
* [gdal] Fix configure error on OSX * update version record * Revert changes * add touch command * update version record
2021-03-28[vcpkg baseline][osgearth/gdal] Re-fix dependency gdal (#16904)Jack·Boos·Yu
* [osgearth] Re-fix dependency gdal * [gdal] Add dependency freexl on UNIX * update version record * fix patch * convert to manifest * update version record * re-fix * update version record * add dependency freexl * update version record * Disable freexl Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Don't require freexl on Windows Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Revert osgearth change * Fix the baseline version * Fix osgearth baseline version * [protouf] Automatic set protobuf_MODULE_COMPATIBLE to include the module file * Set protobuf_MODULE_COMPATIBLE in wrapper * Re-fix protobuf * update version record Co-authored-by: Victor Romero <romerosanchezv@gmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>