diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-08-10 16:08:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 16:08:37 -0700 |
| commit | 7ad0f085d7496a7cc00b3ee45224dc05ee70845e (patch) | |
| tree | 7db5ce0dedd42865fe50b9079a2b44f169cb3c55 /ports/netcdf-c/CONTROL | |
| parent | fa1823dcad96448230d30f01f35628b2e1feab08 (diff) | |
| download | vcpkg-7ad0f085d7496a7cc00b3ee45224dc05ee70845e.tar.gz vcpkg-7ad0f085d7496a7cc00b3ee45224dc05ee70845e.zip | |
[netcdf-c] Fix dependency libmath (#12434)
* [netcdf-c] Add dependency embree3
* [netcdf-c] remove dependency embree3, change the search sequence
* [netcdf-cxx4] Re-fix dependency hdf5
* Update ports/netcdf-c/CONTROL
* [netcdf-c] Remove dependency embree
Diffstat (limited to 'ports/netcdf-c/CONTROL')
| -rw-r--r-- | ports/netcdf-c/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/netcdf-c/CONTROL b/ports/netcdf-c/CONTROL index 18010cb52..92d0439d9 100644 --- a/ports/netcdf-c/CONTROL +++ b/ports/netcdf-c/CONTROL @@ -1,6 +1,6 @@ Source: netcdf-c Version: 4.7.3 -Port-Version: 3 -Build-Depends: hdf5, curl, embree3(linux|osx) +Port-Version: 4 +Build-Depends: hdf5, curl Homepage: https://github.com/Unidata/netcdf-c Description: a set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. |
