-
Notifications
You must be signed in to change notification settings - Fork 54
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
Update hdf5 patch install cmd #192
base: master
Are you sure you want to change the base?
Conversation
This patch, is copied from https://github.com/live-clones/hdf5/compare/develop...billhoffman:fix-h5watch-postbuild It fixes an issue with an excessively long install command. The patch will hopefully be part of the next HDF5 release.
Windows build failure: https://open.cdash.org/buildSummary.php?buildid=397 |
Mac build succeeded: https://open.cdash.org/buildSummary.php?buildid=397 |
Linux build succeeded: https://open.cdash.org/buildSummary.php?buildid=5024442 |
When package was not found we would test the uppercase_FOUND, however there was a bug there which didn't test DEFINED of the variable uppercase_FOUND. The outcome was, the package wasn't found, but the macro would not error out.
Jenkins test this please |
Mac build succeeded: https://open.cdash.org/buildSummary.php?buildid=5028436 |
Windows build failure: https://open.cdash.org/buildSummary.php?buildid=5028451 |
Linux build succeeded: https://open.cdash.org/buildSummary.php?buildid=5028578 |
Don't merge. I can't get the updated HDF5 to allow Caffe to build yet. |
This patch fixes one of the two issues mentioned in issue #178.
The patch fixes and issue with the command line argument for an HDF5 test. The line is too long to execute with the ninja generator.