From 13f05c12568b96a4629c96fcf61d7355a3b455da Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Thu, 25 Jul 2019 09:14:40 +0100 Subject: [PATCH] VELOCIraptor now uses the C hdf5 interface and not the C++ one any more. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 498820bfd1..0841f1c049 100644 --- a/configure.ac +++ b/configure.ac @@ -1091,7 +1091,7 @@ if test "x$with_velociraptor" != "xno"; then AC_PROG_FC AC_FC_LIBRARY_LDFLAGS if test "x$with_velociraptor" != "xyes" -a "x$with_velociraptor" != "x"; then - VELOCIRAPTOR_LIBS="-L$with_velociraptor -lvelociraptor -lmpi -lstdc++ -lhdf5_cpp" + VELOCIRAPTOR_LIBS="-L$with_velociraptor -lvelociraptor -lmpi -lstdc++ -lhdf5" CFLAGS="$CFLAGS -fopenmp" else VELOCIRAPTOR_LIBS="" -- GitLab