We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e5068 commit 18a64b6Copy full SHA for 18a64b6
CMakeLists.txt
@@ -255,8 +255,6 @@ if(ENABLE_MPI)
255
add_compile_definitions(__MPI)
256
list(APPEND math_libs MPI::MPI_CXX)
257
endif()
258
-target_link_libraries(${ABACUS_BIN_NAME} ${SCALAPACK_LIBRARY_DIR})
259
-
260
261
if (USE_DSP)
262
add_compile_definitions(__DSP)
@@ -435,10 +433,8 @@ else()
435
433
find_package(Lapack REQUIRED)
436
434
include_directories(${FFTW3_INCLUDE_DIRS})
437
list(APPEND math_libs FFTW3::FFTW3 LAPACK::LAPACK BLAS::BLAS)
438
- if (ENBALE_LCAO)
439
find_package(ScaLAPACK REQUIRED)
440
list(APPEND math_libs ScaLAPACK::ScaLAPACK)
441
- endif()
442
if(USE_OPENMP)
443
list(APPEND math_libs FFTW3::FFTW3_OMP)
444
0 commit comments