AllMake.stage2: fixed test for activating openmpi 1.8.8

This commit is contained in:
Martin Beaudoin 2015-08-15 14:12:06 -04:00
parent f5d0043a20
commit 1c457f5bd6

View file

@ -99,7 +99,7 @@ then
# openmpi 1.8.8
#
[ ! -z "$WM_THIRD_PARTY_USE_OPENMPI_1*$" ] && {
[ ! -z "$WM_THIRD_PARTY_USE_OPENMPI_188" ] && {
echo "Building openmpi 1.8.8"
( rpm_make -p openmpi-1.8.8 -s openmpi-1.8.8.spec -u http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.8.tar.gz \
-f --define '_configureAdditionalArgs "$WM_THIRD_PARTY_USE_OPENMPI_165_ConfigureAdditionalArgs"')