aboutsummaryrefslogtreecommitdiff
path: root/ports/netcdf-c/hdf5_3.patch
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-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