Skip to content

Commit

Permalink
Drop non-existent cmake flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Apr 22, 2023
1 parent 84b2f9a commit 784694e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/toolchain/scripts/stage4/install_cosma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ case "$with_cosma" in
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DBUILD_SHARED_LIBS=NO \
-DCOSTA_BLAS=${cosma_blas} \
-DCOSTA_SCALAPACK=${cosma_sl} \
.. > cmake.log 2>&1 || tail -n ${LOG_LINES} cmake.log
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
Expand All @@ -89,7 +88,6 @@ case "$with_cosma" in
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DBUILD_SHARED_LIBS=NO \
-DCOSTA_BLAS=${cosma_blas} \
-DCOSTA_SCALAPACK=${cosma_sl} \
.. > cmake.log 2>&1 || tail -n ${LOG_LINES} cmake.log
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
Expand Down

0 comments on commit 784694e

Please sign in to comment.