Skip to content

Commit 4b4f111

Browse files
committed
Revert "Bugfix for PIO."
This reverts commit 76d624f.
1 parent 4b446f3 commit 4b4f111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install/pio_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MODULES_PATH="/usr/share/Modules/modulefiles"
2222
PACKAGE_NAME="pio"
2323

2424
PACKAGE_VERSION="2.5.4"
25-
DEPENDS_ON="hdf5-parallel/1.12.1 pnetcdf/1.12.3 netcdf-c/4.9.0 netcdf-fortran/4.6.0"
25+
DEPENDS_ON="hdf5-parallel/1.10.6 pnetcdf/1.12.2 netcdf-c/4.7.4 netcdf-fortran/4.5.3"
2626

2727
PACKAGE_ARCHIVE="${PACKAGE_NAME}${PACKAGE_VERSION//./_}/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz"
2828
PACKAGE_TAR=$(echo $PACKAGE_ARCHIVE | cut -d'/' -f2)

0 commit comments

Comments
 (0)