diff options
| author | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2019-03-14 22:30:51 +0100 |
|---|---|---|
| committer | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2019-03-14 22:30:51 +0100 |
| commit | 0e898fe892a054eac39aec1fae911e6235fbddfa (patch) | |
| tree | c86d0d390dd4b8461269ea2400e9f912783966aa /ports/netcdf-c/portfile.cmake | |
| parent | 4de9cb0f1b37489e05873634945bde1aa2036e2d (diff) | |
| download | vcpkg-0e898fe892a054eac39aec1fae911e6235fbddfa.tar.gz vcpkg-0e898fe892a054eac39aec1fae911e6235fbddfa.zip | |
update netcdf-c tp 4.6.2 and fixed curl linkage
Diffstat (limited to 'ports/netcdf-c/portfile.cmake')
| -rw-r--r-- | ports/netcdf-c/portfile.cmake | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/ports/netcdf-c/portfile.cmake b/ports/netcdf-c/portfile.cmake index 4abe0f9dc..4f8f67c96 100644 --- a/ports/netcdf-c/portfile.cmake +++ b/ports/netcdf-c/portfile.cmake @@ -7,20 +7,21 @@ # include(vcpkg_common_functions) -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/netcdf-c-4.4.1.1) +set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/netcdf-c-4.6.2) vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/Unidata/netcdf-c/archive/v4.4.1.1.zip" - FILENAME "netcdf-c-v4.4.1.1.zip" - SHA512 8d31e47f0bd4d5c8640d3444c5c83425862ed1e8283aa78419e86b18d33fd93bfeb0067e8e9630457cb9c334d6fedf630283b5227a15137a3e153d57b22364a8 + URLS "https://github.com/Unidata/netcdf-c/archive/v4.6.2.tar.gz" + FILENAME "netcdf-c-v4.6.2.tar.gz" + SHA512 7c7084e80cf2fb86cd05101f5be7b74797ee96bf49afadfae6ab32ceed6cd9a049bfa90175e7cc0742806bcd2f61156e33fe7930c7b646661d9c89be6b20dea3 ) vcpkg_extract_source_archive(${ARCHIVE}) vcpkg_apply_patches( SOURCE_PATH ${SOURCE_PATH} PATCHES - ${CMAKE_CURRENT_LIST_DIR}/no-install-deps.patch - ${CMAKE_CURRENT_LIST_DIR}/config-pkg-location.patch - ${CMAKE_CURRENT_LIST_DIR}/transitive-hdf5.patch + no-install-deps.patch + config-pkg-location.patch + transitive-hdf5.patch + fix_curl_linkage.patch ) vcpkg_configure_cmake( |
