From ca1e6761b00075738244e9afe9c9571a43f41e38 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 5 Mar 2018 02:03:42 +0100 Subject: [PATCH] Guard HDF5 specific ScaLAPACK implementation --- source/lac/scalapack.cc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5