From: Uwe Köcher Date: Wed, 20 Jun 2018 07:35:56 +0000 (+0200) Subject: rhel 7: bug: force to have parmetis 4.0.3 installed X-Git-Tag: v9.0.0~8^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F85%2Fhead;p=candi.git rhel 7: bug: force to have parmetis 4.0.3 installed --- 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}"