Skip to content
Snippets Groups Projects
Commit 13f05c12 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

VELOCIraptor now uses the C hdf5 interface and not the C++ one any more.

parent 4801b9d3
No related branches found
No related tags found
No related merge requests found
......@@ -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=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment