Skip to content

Commit

Permalink
fix bad compile options (deepmodeling#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumMisaka authored Aug 29, 2024
1 parent 93badfa commit a582874
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions toolchain/scripts/stage3/install_scalapack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ case "$with_scalapack" in
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DBUILD_SHARED_LIBS=YES \
-DCMAKE_BUILD_TYPE=Release .. \
-DCMAKE_C_FLAGS:STRING="$CFLAGS -Wno-implicit-function-declaration"
-DBUILD_TESTING=NO \
-DCMAKE_C_FLAGS:STRING="$CFLAGS -Wno-implicit-function-declaration" \
-DSCALAPACK_BUILD_TESTS=NO \
> configure.log 2>&1 || tail -n ${LOG_LINES} configure.log
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
Expand Down

0 comments on commit a582874

Please sign in to comment.