summarylogtreecommitdiffstats
path: root/test_optdepends.sh
diff options
context:
space:
mode:
authorMartin Diehl2021-09-30 16:30:41 +0200
committerMartin Diehl2021-09-30 16:30:41 +0200
commit594096508882b7b1fe385e52be5c48585e3da0ef (patch)
tree91ed25d7045c978111065e8ab2f3983c5696f3c4 /test_optdepends.sh
parent0fe894dd1f90be944da9e1fa4ba0fc3dc8bf4394 (diff)
downloadaur-594096508882b7b1fe385e52be5c48585e3da0ef.tar.gz
Fortran bindings are disabled by default
Arch HDF5 is build with Fortran bindings, enabling them always should cause no problems
Diffstat (limited to 'test_optdepends.sh')
-rw-r--r--test_optdepends.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_optdepends.sh b/test_optdepends.sh
index dbecb68a85b3..9718d7652442 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -39,7 +39,7 @@ fi
# Add hdf5 support
if [[ "$(h5stat -V)" ]]; then
- CONFOPTS="${CONFOPTS} --with-hdf5=1"
+ CONFOPTS="${CONFOPTS} --with-hdf5=1 --download-hdf5-fortran-bindings=1"
fi
# Add scalapack support