-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Showing
10 changed files
with
49 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Source: vcpkg-ci-paraview | ||
Version: 1 | ||
Port-Version: 1 | ||
Homepage: https://github.com/microsoft/vcpkg | ||
Description: Port to force features of certain ports within CI | ||
Build-Depends: paraview[vtkm, tools] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 34b9d59acb1688f4a9f38908760d5756a0e05ee4 Mon Sep 17 00:00:00 2001 | ||
From: Julien Schueller <[email protected]> | ||
Date: Fri, 24 Apr 2020 08:28:23 -0400 | ||
Subject: [PATCH] vtk_hdf5: Stick to 1.10.x API | ||
|
||
Closes #17866 | ||
--- | ||
ThirdParty/hdf5/vtk_hdf5.h.in | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/ThirdParty/hdf5/vtk_hdf5.h.in b/ThirdParty/hdf5/vtk_hdf5.h.in | ||
index 1d802937ba..c4738b2cbf 100644 | ||
--- a/ThirdParty/hdf5/vtk_hdf5.h.in | ||
+++ b/ThirdParty/hdf5/vtk_hdf5.h.in | ||
@@ -18,6 +18,8 @@ | ||
/* Use the hdf5 library configured for VTK. */ | ||
#cmakedefine01 VTK_MODULE_USE_EXTERNAL_vtkhdf5 | ||
|
||
+#define H5_USE_110_API | ||
+ | ||
#if VTK_MODULE_USE_EXTERNAL_vtkhdf5 | ||
#cmakedefine01 vtkhdf5_is_parallel | ||
#if vtkhdf5_is_parallel | ||
-- | ||
GitLab | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters