Skip to content

Commit 628ada1

Browse files
author
Fei Yang
committed
fix cg-bfgs problem, add initialization in bfgs
1 parent 7f16f00 commit 628ada1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

toolchain/scripts/stage1/install_openmpi.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,7 @@ case "${with_openmpi}" in
9191
# else
9292
# EXTRA_CONFIGURE_FLAGS=""
9393
# fi
94-
./configure \
95-
CC="${CC:-gcc}" \
96-
CXX="${CXX:-g++}" \
97-
FC="${FC:-gfortran}" \
98-
F77="${F77:-gfortran}" \
94+
./configure
9995
CFLAGS="${CFLAGS}" \
10096
--prefix=${pkg_install_dir} \
10197
--libdir="${pkg_install_dir}/lib" \

0 commit comments

Comments
 (0)