sunos changes

This commit is contained in:
mattijs
2009-02-05 09:30:26 +00:00
parent dcf2345194
commit b79ccb9293
2 changed files with 12 additions and 11 deletions

View File

@ -6,17 +6,17 @@ wmake libso dummy
case "$WM_MPLIB" in
GAMMA)
wmake libso gamma
;;
wmake libso gamma
;;
LAM | *MPI* )
export WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB
set +x
echo
echo "Note: ignore spurious warnings about missing mpicxx.h headers"
set -x
wmake libso mpi
;;
WM_OPTIONS=${WM_OPTIONS}$WM_MPLIB
set +x
echo
echo "Note: ignore spurious warnings about missing mpicxx.h headers"
set -x
wmake libso mpi
;;
esac
# ----------------------------------------------------------------- end-of-file