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 d7e57b2 commit 507c16dCopy full SHA for 507c16d
.github/workflows/build_test_cmake.yml
@@ -17,10 +17,10 @@ jobs:
17
name: "Build with Intel toolchain"
18
19
- tag: gnu
20
- build_args: "-DENABLE_LIBXC=1 -DDENABLE_MLALGO=1 -DENABLE_LIBRI=1"
+ build_args: "-DENABLE_LIBXC=1 -DENABLE_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
0 commit comments