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:
@@ -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
1
HDF5/netcdf/4/variants
Normal 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
|
||||
@@ -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 \
|
||||
|
||||
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user