-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[CGNS|VTK-M|VTK|ParaView] Update ports #18248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d1c02e0
[cgns] update to 4.2.0
Neumann-A 4004fb2
[vtk-m] update to 1.6.0
Neumann-A af408bf
[vtk] Update to 9.0.1-pv5.9.1
Neumann-A f9ed7b3
[ParaView] Update to 5.9.1
Neumann-A 79f259d
version stuff
Neumann-A ede762b
fix automatic svg linkage in static builds
Neumann-A df79d40
update qt5-svg
Neumann-A 321cfcd
Merge remote-tracking branch 'upstream/master' into update-paraview
Neumann-A 53313c1
Merge remote-tracking branch 'upstream/master' into update-paraview
Neumann-A 7661abc
Merge remote-tracking branch 'upstream/master' into update-paraview
Neumann-A da47cb9
revisit vtk
Neumann-A b229b60
bump version
Neumann-A 5381f53
remove two commented lines
Neumann-A 6321a69
version stuff
Neumann-A a3e6756
remove old PR version
Neumann-A e2c4f79
Merge branch 'master' into update-paraview
Neumann-A 8e45c3e
Merge remote-tracking branch 'origin/master' into HEAD
BillyONeal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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,64 @@ | ||
| { | ||
| "name": "cgns", | ||
| "version-semver": "4.2.0", | ||
| "description": "The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations.", | ||
| "homepage": "http://cgns.org/", | ||
| "default-features": [ | ||
| "hdf5", | ||
| "lfsselector" | ||
| ], | ||
| "features": { | ||
| "fortran": { | ||
| "description": "Enable fortran support (not yet implemented)" | ||
| }, | ||
| "hdf5": { | ||
| "description": "Enable hdf5 support", | ||
| "dependencies": [ | ||
| { | ||
| "name": "hdf5", | ||
| "default-features": false, | ||
| "features": [ | ||
| "tools" | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| "legacy": { | ||
| "description": "Enable legacy support" | ||
| }, | ||
| "lfs": { | ||
| "description": "Enable LFS support" | ||
| }, | ||
| "lfsselector": { | ||
| "description": "Selector for LFS", | ||
| "dependencies": [ | ||
| { | ||
| "name": "cgns", | ||
| "default-features": false, | ||
| "features": [ | ||
| "lfs" | ||
| ], | ||
| "platform": "!osx" | ||
| } | ||
| ] | ||
| }, | ||
| "mpi": { | ||
| "description": "Enable MPI support", | ||
| "dependencies": [ | ||
| { | ||
| "name": "hdf5", | ||
| "default-features": false, | ||
| "features": [ | ||
| "parallel" | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| "tests": { | ||
| "description": "Build tests" | ||
| }, | ||
| "tools": { | ||
| "description": "Build tools" | ||
| } | ||
| } | ||
| } | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.