forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request InsightSoftwareConsortium#4940 from blowekamp/hdf5…
…_1.12.3 Hdf5 1.14.5
- Loading branch information
Showing
835 changed files
with
180,475 additions
and
131,666 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 |
---|---|---|
|
@@ -8,20 +8,21 @@ readonly name="HDF5" | |
readonly ownership="HDF5 Maintainers <[email protected]>" | ||
readonly subtree="Modules/ThirdParty/HDF5/src/itkhdf5" | ||
readonly repo="https://github.com/HDFGroup/hdf5.git" | ||
readonly tag="hdf5-1_12_1" | ||
readonly tag="hdf5_1.14.5" | ||
readonly shortlog=false | ||
readonly paths=" | ||
ACKNOWLEDGMENTS | ||
CTestConfig.cmake | ||
README.txt | ||
README.md | ||
config/cmake | ||
config/cmake_ext_mod | ||
config/clang-warnings | ||
config/gnu-warnings | ||
config/intel-warnings | ||
CMakeLists.txt | ||
CMakeInstallation.cmake | ||
CMakeFilters.cmake | ||
CMakeVOL.cmake | ||
CMakeTests.cmake | ||
COPYING | ||
src | ||
c++/CMakeLists.txt | ||
|
@@ -40,7 +41,7 @@ extract_source () { | |
sed -i.bak -e '1 s| /bin/sh|/bin/sh|' c++/src/h5c++.in config/cmake/libh5cc.in | ||
rm c++/src/h5c++.in.bak config/cmake/libh5cc.in.bak | ||
chmod a+x c++/src/h5c++.in config/cmake/libh5cc.in | ||
chmod a-x README.txt | ||
chmod a-x README.md | ||
chmod a-x config/cmake/CTestScript.cmake | ||
chmod a-x config/cmake/HDF5_Examples_options.cmake | ||
chmod a-x config/cmake/libhdf5.pc.in | ||
|
@@ -62,6 +63,7 @@ extract_source () { | |
find . -name Makefile.am -delete | ||
find . -name Makefile.in -delete | ||
find . -name "*.lnt" -delete | ||
find . -name "*.icns" -delete | ||
echo "* -whitespace" > .gitattributes | ||
popd | ||
} | ||
|
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.