From b52de01fa3285624c9158dc162706a358643c98d Mon Sep 17 00:00:00 2001 From: SY Wang Date: Mon, 24 Aug 2026 17:44:38 +0800 Subject: [PATCH] CI: Enable PEXSI in GNU workflows --- .github/workflows/build_test_cmake.yml | 2 +- .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test_cmake.yml b/.github/workflows/build_test_cmake.yml index 215b595ae9..c14ad0ccdf 100644 --- a/.github/workflows/build_test_cmake.yml +++ b/.github/workflows/build_test_cmake.yml @@ -24,7 +24,7 @@ jobs: - tag: gnu external_toolchain_args: "" - 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" name: "Build extra components with GNU toolchain" - tag: intel external_toolchain_args: "--with-intel" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3f26b5571..64369e1be6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,6 +67,7 @@ jobs: -DENABLE_RAPIDJSON=ON \ -DENABLE_FLOAT_FFTW=ON \ -DENABLE_DFTD4=ON \ + -DENABLE_PEXSI=ON \ -Werror=dev # Temporarily removed because no one maintains this now.