STYLE: use foamEtcFile with -config option instead of config.sh/

This commit is contained in:
Mark Olesen
2018-01-22 16:05:19 +01:00
parent 5ecf33d4d8
commit 231733bc15
15 changed files with 16 additions and 16 deletions

View File

@ -45,7 +45,7 @@ unset GMP_ARCH_PATH MPFR_ARCH_PATH # Purge old
WM_COMPILER_TYPE=ThirdParty # Ensure we get the correct settings
# Default GCC, mpfr, gmp and mpc versions from OpenFOAM etc/config.sh file:
_foamEtc config.sh/compiler
_foamEtc -config compiler
gmpPACKAGE=${gmp_version:-gmp-system}
mpfrPACKAGE=${mpfr_version:-mpfr-system}