Skip to content

Commit b80f538

Browse files
authored
Update build arguments for Intel and GNU toolchains
1 parent 18d6284 commit b80f538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
build_args: "-DENABLE_LIBXC=1 -DDENABLE_MLALGO=1 -DENABLE_LIBRI=1"
2121
name: "Build extra components with GNU toolchain"
2222
- tag: intel
23-
build_args: "-DENABLE_LIBXC=1 -DENABLE_MLALGO=1 -DENABLE_LIBRI=1"
23+
build_args: "-DENABLE_LIBXC=1 -DENABLE_PEXSI=1 -DENABLE_MLALGO=1 -DENABLE_LIBRI=1"
2424
name: "Build extra components with Intel toolchain"
2525

2626
- tag: cuda
2727
build_args: "-DUSE_CUDA=1"
2828
name: "Build with CUDA support"
2929
- tag: gnu
30-
build_args: "-DENABLE_LCAO=OFF"
30+
build_args: "-DENABLE_LCAO=0"
3131
name: "Build without LCAO"
3232
- tag: gnu
3333
build_args: "-DUSE_ELPA=0 "

0 commit comments

Comments
 (0)