Skip to content

Commit 9038b8e

Browse files
committed
CMake: Decouple ELPA dependency from LCAO
1 parent cd270a7 commit 9038b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ option(ENABLE_RAPIDJSON "Enable rapid-json usage" OFF)
6565
option(ENABLE_CNPY "Enable cnpy usage" OFF)
6666

6767
# Options requiring MPI and LCAO
68-
cmake_dependent_option(ENABLE_ELPA "Enable ELPA for LCAO" ON "ENABLE_LCAO;ENABLE_MPI" OFF)
68+
cmake_dependent_option(ENABLE_ELPA "Enable ELPA for LCAO" ON "ENABLE_MPI" OFF)
6969
cmake_dependent_option(ENABLE_LIBRI "Enable LibRI for hybrid functional"
7070
OFF "ENABLE_LCAO;ENABLE_MPI" OFF)
7171
cmake_dependent_option(ENABLE_PEXSI "Enable PEXSI for LCAO" OFF "ENABLE_LCAO;ENABLE_MPI" OFF)

0 commit comments

Comments
 (0)