You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CMake: Find ELPA through pkg-config module
* Adjust document and toolchain scripts accordingly
* Adjust cmake/CollectBuildInfoVars.cmake
* Include pkg-config in GH workflow
* Keep ELPA_DIR but mark as deprecated
Copy file name to clipboardExpand all lines: docs/quick_start/easy_install.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,9 +158,6 @@ Here, 'build' is the path for building ABACUS; and '-D' is used for setting up s
158
158
-`MKLROOT`: If environment variable `MKLROOT` exists, `cmake` will take MKL as a preference, i.e. not using `LAPACK`, `ScaLAPACK` and `FFTW`. To disable MKL, unset environment variable `MKLROOT`, or pass `-DMKLROOT=OFF` to `cmake`.
159
159
-`LAPACK_DIR`: Path to OpenBLAS library `libopenblas.so`(including BLAS and LAPACK)
160
160
-`SCALAPACK_DIR`: Path to ScaLAPACK library `libscalapack.so`
161
-
-`ELPA_DIR`: Path to ELPA install directory; should be the folder containing 'include' and 'lib'.
162
-
> Note: In ABACUS v3.5.1 or earlier, if you install ELPA from source , please add a symlink to avoid the additional include file folder with version name: `ln -s elpa/include/elpa-2021.05.002/elpa elpa/include/elpa` to help the build system find ELPA headers.
163
-
164
161
-`FFTW3_DIR`: Path to FFTW3.
165
162
-`LIBRI_DIR`: (Optional) Path to LibRI.
166
163
-`LIBCOMM_DIR`: (Optional) Path to LibComm when `ENABLE_LIBRI=ON`.
@@ -184,7 +181,12 @@ For some dependencies built with CMake, such as Libxc, dftd4, cereal, and RapidJ
0 commit comments