Skip to content

Commit 7077a64

Browse files
committed
[Try] Test libxc-7.1.0 in CI
1 parent 8019727 commit 7077a64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ jobs:
4646
ninja-build \
4747
xz-utils
4848
sudo pip install clang-format clang-tidy
49+
sudo apt-get remove libxc-dev -y
4950
5051
- name: Install external tools from toolchain
5152
run: |
5253
cd toolchain
5354
./install_abacus_toolchain_new.sh --with-dftd4=install --dry-run -j8
55+
./scripts/stage3/install_libxc.sh
5456
./scripts/stage4/install_stage4.sh
5557
cd ..
5658
@@ -89,6 +91,7 @@ jobs:
8991
run: |
9092
ABACUS_BIN=$(find build -name "abacus_*" -type f -executable | head -1)
9193
echo "Using binary: ${ABACUS_BIN}"
94+
source toolchain/install/setup
9295
9396
# Check 1: parameters.yaml matches C++ Input_Item definitions
9497
${ABACUS_BIN} --generate-parameters-yaml > /tmp/parameters_generated.yaml

0 commit comments

Comments
 (0)