-
Notifications
You must be signed in to change notification settings - Fork 49
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
New3rd party libraries #3110
Merged
Merged
New3rd party libraries #3110
Changes from 11 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c321001
Update new 3rd party libraries for 3.7
sgpearse bf5ad5b
fix ubuntu build
sgpearse 1d43283
fix 3rd party library file names
sgpearse bc96017
fix 3rd party library file names
sgpearse 5c90026
updates
sgpearse 024e3a0
update cmakelists
sgpearse f46c58c
turn off installer builds
sgpearse edc78eb
change hdf5 plugin path
sgpearse 3c671c8
fix typo
sgpearse e711645
add HDF5 env variable to windows
sgpearse abec656
simplify hdf5 plugin path on UNIX
sgpearse 7648d24
Remove HDF5 plugin error
sgpearse 92f566e
create SetHDF5pluginPath() in lib/common/ResourcePath.cpp
sgpearse 7032c99
revert some CMakeLists.txt changes
sgpearse 000ada1
test
sgpearse 7b9af49
windows update
sgpearse 1d2d932
resolve conflicts with main
sgpearse ae6c18f
Merge branch 'newLibraries' of https://github.com/NCAR/VAPOR into new…
sgpearse 138105b
fix CI conflict
sgpearse c67250f
fix CI conflict
sgpearse f8c1252
osx update
sgpearse 894ee16
update plugin installation path
sgpearse c7eb393
test
sgpearse 78573fa
test
sgpearse 2fd8f26
Test
sgpearse af029cd
Test
sgpearse 08f3697
Test
sgpearse d4810cb
add message
28dd4f1
Merge branch 'newLibraries' of https://github.com/NCAR/VAPOR into new…
sgpearse b5d6fec
fix osx build and address comments
sgpearse 0340a34
test installer builds
sgpearse 612fc54
merge
sgpearse b8998b1
swap libraries to vdc for SetHDF5PluginPath
sgpearse bf3e985
forgot to add the important file
sgpearse ab754df
turn off build tests
sgpearse 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the GUI links against HDF5?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. This is because main.cpp is the only thing making a call to HDF5 in order to set the plugin path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the GUI will support ZFP data but our command line utilities won't?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed - netcdf, and wrf utilites now link to the hdf5 plugins.