CONFIG: detect newer adios library name (fixes #1911)

ENH: provide fallback prefix for cmake detection

STYLE: simplify some shell syntax, avoid uname call in sysFunctions

STYLE: report FOAM_MPI during mpiLib builds
This commit is contained in:
Mark Olesen
2020-11-04 19:16:13 +01:00
parent f7c8e39804
commit 4cf44850a7
4 changed files with 29 additions and 24 deletions

View File

@ -310,7 +310,7 @@ wmakeLibMpi()
sentinel=$(sameDependency "$libName" "MPLIB=$WM_MPLIB" "MPI=$FOAM_MPI" $@) || \
wclean "$libName"
echo "wmake $targetType $libName (mpi=$WM_MPLIB)"
echo "wmake $targetType $libName (mpi=$WM_MPLIB:$FOAM_MPI)"
wmake $targetType "$libName" && \
storeDependency "$sentinel" "MPLIB=$WM_MPLIB" "MPI=$FOAM_MPI" $@
)