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/field3d | |
| 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/field3d')
| -rw-r--r-- | ports/field3d/0003_hdf5_api.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/field3d/0003_hdf5_api.patch b/ports/field3d/0003_hdf5_api.patch index 88641dac8..183a49c9e 100644 --- a/ports/field3d/0003_hdf5_api.patch +++ b/ports/field3d/0003_hdf5_api.patch @@ -2,12 +2,11 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index b57057f..e809880 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -35,6 +35,8 @@ CMAKE_MINIMUM_REQUIRED( VERSION 3.17 ) +@@ -35,6 +35,7 @@ CMAKE_MINIMUM_REQUIRED( VERSION 3.17 ) PROJECT ( field3d ) -+add_definitions(-UH5_USE_112_API_DEFAULT) -+add_definitions(-DH5_USE_110_API_DEFAULT) ++add_definitions(-DH5_USE_110_API) set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake ) FIND_PACKAGE (Doxygen) |
