aboutsummaryrefslogtreecommitdiff
path: root/ports/netcdf-c/CONTROL
AgeCommit message (Collapse)Author
2020-01-10[netcdf-c] Update to 4.7.3 and switched to use targets to generate valid ↵Alexander Neumann
targets (#9361) * fix netcdf configure errors and generated targets * remove target_path since cmake searches in name* * bump control * netcdf update to 4.7.3 and use targets instead of libraries in cmake * remove config from the zlib find_dependency call because there is no config. The target is supplied by a cmake module itself * move usage of hdf5 target to an further up in the cmakelists.txt and use config also on linux * fix dynamic builds * remove code from portfile * remove commenting from patch and simply delete the lines
2019-10-30[netcdf-c] Add usage (#8398)Phoebe
* [netcdf-c] Add usage * Update changes
2019-08-07[netcdf-c] correctly fix hdf5 linkage (#7578)Alexander Neumann
2019-06-20[netcdf-c] Fix link error. (#6971)NancyLi1013
* [netcdf-c] Fix linkage error. * remove unused code
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-12[netcdf-c]Fix build error on linux. (#6865)JackBoosY
2019-06-08[netcdf-c/hdf5] improve/correct linkage (#6771)Alexander Neumann
* [netcdf_c] improve HDF5 linkage * [hdf5] add required HDF5 definitions not set by findHDF5 * [netcdf-c] Call chain HDF5: -> vcpkg_cmake_wrapper (old behvior) -> port supplied FindHDF5 -> includes hdf5Config from HDF5_ROOT * [hdf5] fix szip linkage...again.. will now double link against szip target but thats better than before the double link issue does not hurt and should be resolved upstream * revert find_dependency requires include(CMakeFindDependencyMacro) * [netcdf-c] removed unnecessary patch
2019-05-21[many ports] Updates 2019.05.19 (#6524)Robert Schumacher
2019-04-02Fix double-conversion issue in ITK (#5115)Dženan Zukić
* Using newer version of ITK which fixes double-conversion problem * Minor style update of ITK portfile * Using newer version of ITK which fixes double-conversion problem * [itk] Improve version string * [itk][hdf5] Update ITK commit. Depend on eigen3. Bump hdf5 control version. * [hdf5] Update CONTROL * [netcdf-c] Disable parallel configure due to writes to source directory * [hdf5] Disable parallel configure due to writes to source directory. Switch to tar.gz to prevent CRLF line endings.
2019-03-14update netcdf-c tp 4.6.2 and fixed curl linkageAlexander Neumann
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-02-28[netcdf-c] Add transitive cmake dependency on hdf5Robert Schumacher
2017-02-28[netcdf-c] Initial commit of version 4.4.1.1Robert Schumacher