From: Daniel Arndt Date: Mon, 5 Mar 2018 01:03:42 +0000 (+0100) Subject: Guard HDF5 specific ScaLAPACK implementation X-Git-Tag: v9.0.0-rc1~364^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5996%2Fhead;p=dealii.git Guard HDF5 specific ScaLAPACK implementation --- diff --git a/source/lac/scalapack.cc b/source/lac/scalapack.cc index 4b45c4c912..70a0665c8f 100644 --- a/source/lac/scalapack.cc +++ b/source/lac/scalapack.cc @@ -1179,6 +1179,7 @@ NumberType ScaLAPACKMatrix::norm_symmetric(const char type) const +#ifdef DEAL_II_WITH_HDF5 namespace internal { namespace @@ -1239,6 +1240,7 @@ namespace internal } } } +#endif