-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Preferences for using custom hdf5 library (#1061)
* use system library using Preferences.jl * allow specific library filenames * fix typo * Apply suggestions from code review Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * import dlsym * remove deps folder from Format check * set julia compat to 1.6 * extend docs * format * bump version * bump HDF5 compat versions of filters to 0.17 * update HISTORY.md * add note on migration instructions * add example of LocalPreferences.toml in docs * CI test for system libraries with Preferences * format * fix pwd * add Project.toml * rm Project.toml * add julia-actions to system library CI * debug CI * add Project.toml * remove additional julia-actions * debug CI * debug CI * explicitly state possible library names in docs * set prefs to each library * update docs (HDF5_jll comes with MPI) * workaround * fix workaround * disable virtual dataset tests for libhdf5 version < 1.12 * fix typo in docs * raise warning if JULIA_HDF5_PATH is detected * format * Apply suggestions from code review Co-authored-by: Simon Byrne <[email protected]> Co-authored-by: Mark Kittisopikul <[email protected]> * set both preferences in one call * set both preferences in one call * Apply suggestions from code review Co-authored-by: Mark Kittisopikul <[email protected]> --------- Co-authored-by: Michael Schlottke-Lakemper <[email protected]> Co-authored-by: Mark Kittisopikul <[email protected]> Co-authored-by: Simon Byrne <[email protected]>
- Loading branch information
1 parent
cfba706
commit 4d446fc
Showing
18 changed files
with
179 additions
and
127 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
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
*.jl.mem | ||
/docs/build/ | ||
Manifest.toml | ||
LocalPreferences.toml |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.