1 parent f7209c8 commit b52de01Copy full SHA for b52de01
2 files changed
.github/workflows/build_test_cmake.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- tag: gnu
26
external_toolchain_args: ""
27
- build_args: "-DENABLE_LIBXC=ON -DENABLE_MLALGO=ON -DENABLE_LIBRI=ON -DENABLE_DFTD4=ON"
+ build_args: "-DENABLE_LIBXC=ON -DENABLE_MLALGO=ON -DENABLE_LIBRI=ON -DENABLE_DFTD4=ON -DENABLE_PEXSI=ON"
28
name: "Build extra components with GNU toolchain"
29
- tag: intel
30
external_toolchain_args: "--with-intel"
.github/workflows/test.yml
@@ -67,6 +67,7 @@ jobs:
67
-DENABLE_RAPIDJSON=ON \
68
-DENABLE_FLOAT_FFTW=ON \
69
-DENABLE_DFTD4=ON \
70
+ -DENABLE_PEXSI=ON \
71
-Werror=dev
72
73
# Temporarily removed because no one maintains this now.
0 commit comments