From: Uwe Köcher Date: Tue, 10 Nov 2015 21:36:50 +0000 (+0100) Subject: dealii-prepare: let the user confirm skipped packages due to DEAL_CONFOPTS and remove... X-Git-Tag: v0.8.1~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cacac692e19fce1bcb56965d03c779a504384632;p=candi.git dealii-prepare: let the user confirm skipped packages due to DEAL_CONFOPTS and removes explict turn off for parmetis & superlu if metis is turned off --- diff --git a/deal.II-toolchain/packages/dealii-prepare.package b/deal.II-toolchain/packages/dealii-prepare.package index 30e13f5..025573f 100644 --- a/deal.II-toolchain/packages/dealii-prepare.package +++ b/deal.II-toolchain/packages/dealii-prepare.package @@ -15,17 +15,14 @@ done unset option unset PACKAGE_NAME -# Turn off ParMETIS and SuperLU_dist if metis is off. -if [[ ${PACKAGES_OFF} =~ 'METIS' ]]; then - PACKAGES_OFF=${PACKAGES_OFF}' PARMETIS'; - PACKAGES_OFF=${PACKAGES_OFF}' SUPERLU_DIST'; -fi - # Transform upper case to lower case. PACKAGES_OFF=${PACKAGES_OFF,,} if [ ! -z "${PACKAGES_OFF}" ]; then - cecho ${INFO} "deal.II: forcing package skip for: ${PACKAGES_OFF}" + cecho ${WARN} "deal.II: forcing package skip for: ${PACKAGES_OFF}" + cecho ${INFO} "This is coming from your personal DEAL_CONFOPTS settings!" + echo + cecho ${GOOD} "Please confirm this behaviour by pressing enter..." read fi