Skip to content

Commit 228dc29

Browse files
committed
Fix hdf5 to use github instead of bitbucket
Close #54
1 parent 435a9b5 commit 228dc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install/hdf5_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -e
2020
MODULES_PATH="/usr/share/Modules/modulefiles"
2121
HDF5_VERSION="1.10.6"
2222

23-
HDF5_URL="https://bitbucket.hdfgroup.org/scm/hdffv/hdf5.git"
23+
HDF5_URL="https://github.com/HDFGroup/hdf5.git"
2424

2525
ZLIB_VERSION="1.2.11"
2626
ZLIB_PATH="/opt/zlib/${ZLIB_VERSION}"

0 commit comments

Comments
 (0)