Skip to content

Commit

Permalink
toolchain/openmpi: do not build deprecated/removed C++ API
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Feb 1, 2019
1 parent 7168341 commit d14a21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/toolchain/scripts/install_openmpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ case "$with_openmpi" in
[ $glibc_major_ver -eq 2 -a $glibc_minor_ver -lt 12 ] ; then
CFLAGS="${CFLAGS} -fgnu89-inline"
fi
./configure --enable-mpi-cxx --prefix=${pkg_install_dir} --libdir="${pkg_install_dir}/lib" CFLAGS="${CFLAGS}" > configure.log 2>&1
./configure --prefix=${pkg_install_dir} --libdir="${pkg_install_dir}/lib" CFLAGS="${CFLAGS}" > configure.log 2>&1
make -j $NPROCS > make.log 2>&1
make -j $NPROCS install > install.log 2>&1
cd ..
Expand Down

0 comments on commit d14a21b

Please sign in to comment.