Skip to content

Commit b52de01

Browse files
committed
CI: Enable PEXSI in GNU workflows
1 parent f7209c8 commit b52de01

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_test_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- tag: gnu
2626
external_toolchain_args: ""
27-
build_args: "-DENABLE_LIBXC=ON -DENABLE_MLALGO=ON -DENABLE_LIBRI=ON -DENABLE_DFTD4=ON"
27+
build_args: "-DENABLE_LIBXC=ON -DENABLE_MLALGO=ON -DENABLE_LIBRI=ON -DENABLE_DFTD4=ON -DENABLE_PEXSI=ON"
2828
name: "Build extra components with GNU toolchain"
2929
- tag: intel
3030
external_toolchain_args: "--with-intel"

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
-DENABLE_RAPIDJSON=ON \
6868
-DENABLE_FLOAT_FFTW=ON \
6969
-DENABLE_DFTD4=ON \
70+
-DENABLE_PEXSI=ON \
7071
-Werror=dev
7172
7273
# Temporarily removed because no one maintains this now.

0 commit comments

Comments
 (0)