AllMake.stage2: fixed test for activating openmpi 1.8.8
This commit is contained in:
parent
f5d0043a20
commit
1c457f5bd6
1 changed files with 1 additions and 1 deletions
2
ThirdParty/AllMake.stage2
vendored
2
ThirdParty/AllMake.stage2
vendored
|
@ -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"')
|
||||
|
|
Reference in a new issue