From 2a357710c5212fc5a3b560cc925266efe972c2ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Wed, 20 Jun 2018 09:35:56 +0200 Subject: [PATCH] rhel 7: bug: force to have parmetis 4.0.3 installed --- deal.II-toolchain/platforms/supported/rhel7.platform | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II-toolchain/platforms/supported/rhel7.platform b/deal.II-toolchain/platforms/supported/rhel7.platform index c9737cf..379c2ee 100644 --- a/deal.II-toolchain/platforms/supported/rhel7.platform +++ b/deal.II-toolchain/platforms/supported/rhel7.platform @@ -18,6 +18,12 @@ # before you continue! ## +# on rhel 7 the candi installed parmetis 4.0.3 is not recognized correctly +# for trilinos 12-10-1. We force to assume parmetis version 4.0.3. +TRILINOS_PARMETIS_CONFOPTS="\ + ${TRILINOS_PARMETIS_CONFOPTS} \ + -D HAVE_PARMETIS_VERSION_4_0_3=ON" + # # Define the additional packages for this platform. #PACKAGES="once:cmake ${PACKAGES}" -- 2.39.5