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

@ -29,7 +29,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# ADIOS version from OpenFOAM etc/config.sh file: # ADIOS version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/ADIOS _foamEtc -config ADIOS
adiosPACKAGE=${adios_version:-adios-none} adiosPACKAGE=${adios_version:-adios-none}

View File

@ -34,7 +34,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# libccmio version from OpenFOAM etc/config.sh file: # libccmio version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/ccmio _foamEtc -config ccmio
ccmioPACKAGE=${ccmio_version:-libccmio-2.6.1} ccmioPACKAGE=${ccmio_version:-libccmio-2.6.1}
targetType=lib # Default is static linkage targetType=lib # Default is static linkage

View File

@ -64,8 +64,8 @@ unset BOOST_ARCH_PATH CGAL_ARCH_PATH GMP_ARCH_PATH MPFR_ARCH_PATH # Purge old
# CGAL, boost and gmp/mpfr versions from OpenFOAM etc/config.sh files. # CGAL, boost and gmp/mpfr versions from OpenFOAM etc/config.sh files.
# Get compiler first and let CGAL config override GMP and MPFR # Get compiler first and let CGAL config override GMP and MPFR
_foamEtc config.sh/compiler _foamEtc -config compiler
_foamEtc config.sh/CGAL _foamEtc -config CGAL
boostPACKAGE=${boost_version:-boost-system} boostPACKAGE=${boost_version:-boost-system}
gmpPACKAGE=${gmp_version:-gmp-system} gmpPACKAGE=${gmp_version:-gmp-system}

View File

@ -44,7 +44,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# FFTW version from OpenFOAM etc/config.sh file: # FFTW version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/FFTW _foamEtc -config FFTW
fftwPACKAGE=${fftw_version:-fftw-system} fftwPACKAGE=${fftw_version:-fftw-system}

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 WM_COMPILER_TYPE=ThirdParty # Ensure we get the correct settings
# Default GCC, mpfr, gmp and mpc versions from OpenFOAM etc/config.sh file: # 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} gmpPACKAGE=${gmp_version:-gmp-system}
mpfrPACKAGE=${mpfr_version:-mpfr-system} mpfrPACKAGE=${mpfr_version:-mpfr-system}

View File

@ -29,7 +29,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Gperftools version from OpenFOAM etc/config.sh file: # Gperftools version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/gperftools _foamEtc -config gperftools
gperftoolsPACKAGE=${gperftools_version:-gperftools-system} gperftoolsPACKAGE=${gperftools_version:-gperftools-system}

View File

@ -58,7 +58,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
} }
. etc/tools/ThirdPartyFunctions . etc/tools/ThirdPartyFunctions
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
_foamEtc config.sh/kahip _foamEtc -config kahip
kahipPACKAGE=${KAHIP_VERSION:-kahip-system} kahipPACKAGE=${KAHIP_VERSION:-kahip-system}
targetType=libso targetType=libso

View File

@ -50,7 +50,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
WM_COMPILER_TYPE=ThirdParty # Ensure we get the correct settings WM_COMPILER_TYPE=ThirdParty # Ensure we get the correct settings
# LLVM/Clang version from OpenFOAM etc/config.sh file: # LLVM/Clang version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/compiler _foamEtc -config compiler
llvmPACKAGE=$clang_version llvmPACKAGE=$clang_version

View File

@ -58,7 +58,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
} }
. etc/tools/ThirdPartyFunctions . etc/tools/ThirdPartyFunctions
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
_foamEtc config.sh/metis _foamEtc -config metis
metisPACKAGE=${METIS_VERSION:-metis-system} metisPACKAGE=${METIS_VERSION:-metis-system}
targetType=libso targetType=libso

View File

@ -30,7 +30,7 @@ wmakeCheckPwd "$WM_THIRD_PARTY_DIR" || {
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# mgridgen version from OpenFOAM etc/config.sh file: # mgridgen version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/mgridgen _foamEtc -config mgridgen
mgridgenPACKAGE=${MGRIDGEN_VERSION:-mgridgen-none} mgridgenPACKAGE=${MGRIDGEN_VERSION:-mgridgen-none}

View File

@ -55,7 +55,7 @@ _foamAddPath() { true; }
WM_MPLIB=MPICH # Ensure we get the correct MPI WM_MPLIB=MPICH # Ensure we get the correct MPI
# mpich version from OpenFOAM etc/config.sh file: # mpich version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/mpi _foamEtc -config mpi
mpiPACKAGE=${FOAM_MPI:-mpich-system} mpiPACKAGE=${FOAM_MPI:-mpich-system}

View File

@ -37,7 +37,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
unset vtk_version mesa_version # Purge current values unset vtk_version mesa_version # Purge current values
# mesa version from OpenFOAM etc/config.sh file: # mesa version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/vtk _foamEtc -config vtk
mesaPACKAGE=$mesa_version mesaPACKAGE=$mesa_version

View File

@ -55,7 +55,7 @@ _foamAddPath() { true; }
WM_MPLIB=OPENMPI # Ensure we get the correct MPI WM_MPLIB=OPENMPI # Ensure we get the correct MPI
# openmpi version from OpenFOAM etc/config.sh file: # openmpi version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/mpi _foamEtc -config mpi
mpiPACKAGE=${FOAM_MPI:-openmpi-system} mpiPACKAGE=${FOAM_MPI:-openmpi-system}

View File

@ -34,7 +34,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Boost version (headers only) from OpenFOAM etc/config.sh file: # Boost version (headers only) from OpenFOAM etc/config.sh file:
_foamEtc config.sh/CGAL _foamEtc -config CGAL
boostPACKAGE=${boost_version:-boost-system} boostPACKAGE=${boost_version:-boost-system}
tecioPACKAGE=tecio tecioPACKAGE=tecio

View File

@ -40,7 +40,7 @@ cd ${0%/*} && wmakeCheckPwd "$WM_THIRD_PARTY_DIR" 2>/dev/null || {
unset vtk_version mesa_version # Purge current values unset vtk_version mesa_version # Purge current values
# vtk version from OpenFOAM etc/config.sh file: # vtk version from OpenFOAM etc/config.sh file:
_foamEtc config.sh/vtk _foamEtc -config vtk
VTK_VERSION="${vtk_version##*-}" # Without prefix VTK_VERSION="${vtk_version##*-}" # Without prefix