From: Timo Heister Date: Sat, 3 Oct 2015 13:14:39 +0000 (-0400) Subject: avoid forcing SuperLUDist/ParMETIS to on X-Git-Tag: v0.7~18^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f8771457df49ce9f41d036f4d0cc8de56b2a93;p=candi.git avoid forcing SuperLUDist/ParMETIS to on If a platform defines SuperLUDist=OFF it will be forced to ON if we have METIS, which then causes packages fail to build because they think SuperLUDist is being installed. Fix this. --- diff --git a/deal.II/packages/dealii-prepare.package b/deal.II/packages/dealii-prepare.package index 624e9c0..c18a236 100644 --- a/deal.II/packages/dealii-prepare.package +++ b/deal.II/packages/dealii-prepare.package @@ -23,9 +23,6 @@ if [[ ${PACKAGES_OFF} =~ 'METIS' ]]; then PACKAGES_OFF=${PACKAGES_OFF}' SUPERLU_DIST'; ParMetis=OFF SuperLUDist=OFF -else - ParMETIS=ON - SuperLUDist=ON fi # Transform upper case to lower case.