refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of groups 'HDF5' and 'HDF5_serial'

This commit is contained in:
2018-07-11 10:51:08 +02:00
parent aa011bcce7
commit 7168076c50
4 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ pbuild::configure() {
;;
esac
"${MODULE_SRCDIR}"/configure \
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \
--enable-parallel \
--enable-debug \

1
HDF5/netcdf/4/variants Normal file
View File

@@ -0,0 +1 @@
netcdf/4.6.1 unstable gcc/7.3.0 openmpi/1.10.7 hdf5/1.10.1 parallel-netcdf/1.9.0

View File

@@ -13,7 +13,7 @@ pbuild::configure() {
F90=$MPIF90
FC=$MPIFC
FORTRAN=$MPIFORTRAN
"${MODULE_SRCDIR}"/configure \
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \
--enable-netcdf-4 \
--with-pic \

View File

@@ -5,8 +5,8 @@ SOURCE_URL="http://amas.web.psi.ch/Downloads/$P/$P-$V.tar.gz"
# --enable-vtkconverter \
pbuild::configure() {
# (cd "${MODULE_SRCDIR}" && ./autogen.sh)
"${MODULE_SRCDIR}"/configure \
# (cd "${SRC_DIR}" && ./autogen.sh)
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \
--enable-debug \
--with-hdf5="${HDF5_SERIAL_PREFIX}" \