diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-08-01 22:48:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 13:48:24 -0700 |
| commit | f7fe9e374fa85103e144972d0d9a2dc368d8f66f (patch) | |
| tree | ac414a9b220636e5d8fb779b63697141f1951070 /ports/netcdf-c | |
| parent | f7dcd675d08f7a6974893e592e2aee0b7c318bb0 (diff) | |
| download | vcpkg-f7fe9e374fa85103e144972d0d9a2dc368d8f66f.tar.gz vcpkg-f7fe9e374fa85103e144972d0d9a2dc368d8f66f.zip | |
[qt5-base] Add zstd as a dependency (#12342)
* [qt5-base] add hidden optional not switchable zstd dependency.
* [netcdf/paraview] correct embree3 dependency
[paraview] make tools default feature for CI testing.
* [paraview] fix typo and remove unnecessary flags
* [paraview] add flags back into portfile
* [vtk] add hdf5 api patch
[paraview] remove hdf5 use flags from portfile
[field3d] use flags instead of patching to fix hdf5.
* [paraview] remove message on osx since it now works with qt 5.15
* [paraview] remove default feature and force CI features by a CI test port
* [paraview|CI] back out python from CI testing for now
* [qt5-base] add in the macos deployment target fix
Diffstat (limited to 'ports/netcdf-c')
| -rw-r--r-- | ports/netcdf-c/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/netcdf-c/CONTROL b/ports/netcdf-c/CONTROL index d277cd975..eb6390e2a 100644 --- a/ports/netcdf-c/CONTROL +++ b/ports/netcdf-c/CONTROL @@ -1,5 +1,6 @@ Source: netcdf-c -Version: 4.7.3-1 -Build-Depends: hdf5, curl +Version: 4.7.3 +Port-Version: 2 +Build-Depends: hdf5, curl, embree3(linux) 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. |
