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 18d6284 commit b80f538Copy full SHA for b80f538
.github/workflows/build_test_cmake.yml
@@ -20,14 +20,14 @@ jobs:
20
build_args: "-DENABLE_LIBXC=1 -DDENABLE_MLALGO=1 -DENABLE_LIBRI=1"
21
name: "Build extra components with GNU toolchain"
22
- tag: intel
23
- build_args: "-DENABLE_LIBXC=1 -DENABLE_MLALGO=1 -DENABLE_LIBRI=1"
+ build_args: "-DENABLE_LIBXC=1 -DENABLE_PEXSI=1 -DENABLE_MLALGO=1 -DENABLE_LIBRI=1"
24
name: "Build extra components with Intel toolchain"
25
26
- tag: cuda
27
build_args: "-DUSE_CUDA=1"
28
name: "Build with CUDA support"
29
- tag: gnu
30
- build_args: "-DENABLE_LCAO=OFF"
+ build_args: "-DENABLE_LCAO=0"
31
name: "Build without LCAO"
32
33
build_args: "-DUSE_ELPA=0 "
0 commit comments