There was an error while loading. Please reload this page.
1 parent cd270a7 commit 9038b8eCopy full SHA for 9038b8e
1 file changed
CMakeLists.txt
@@ -65,7 +65,7 @@ option(ENABLE_RAPIDJSON "Enable rapid-json usage" OFF)
65
option(ENABLE_CNPY "Enable cnpy usage" OFF)
66
67
# Options requiring MPI and LCAO
68
-cmake_dependent_option(ENABLE_ELPA "Enable ELPA for LCAO" ON "ENABLE_LCAO;ENABLE_MPI" OFF)
+cmake_dependent_option(ENABLE_ELPA "Enable ELPA for LCAO" ON "ENABLE_MPI" OFF)
69
cmake_dependent_option(ENABLE_LIBRI "Enable LibRI for hybrid functional"
70
OFF "ENABLE_LCAO;ENABLE_MPI" OFF)
71
cmake_dependent_option(ENABLE_PEXSI "Enable PEXSI for LCAO" OFF "ENABLE_LCAO;ENABLE_MPI" OFF)
0 commit comments