We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0b428 commit 7a09883Copy full SHA for 7a09883
1 file changed
toolchain/scripts/stage1/install_openmpi.sh
@@ -91,7 +91,12 @@ case "${with_openmpi}" in
91
# else
92
# EXTRA_CONFIGURE_FLAGS=""
93
# fi
94
- ./configure CFLAGS="${CFLAGS}" \
+ ./configure \
95
+ CC=gcc \
96
+ CXX=g++ \
97
+ FC=gfortran \
98
+ F77=gfortran \
99
+ CFLAGS="${CFLAGS}" \
100
--prefix=${pkg_install_dir} \
101
--libdir="${pkg_install_dir}/lib" \
102
--with-libevent=internal \
0 commit comments