We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8019727 commit 7077a64Copy full SHA for 7077a64
1 file changed
.github/workflows/test.yml
@@ -46,11 +46,13 @@ jobs:
46
ninja-build \
47
xz-utils
48
sudo pip install clang-format clang-tidy
49
+ sudo apt-get remove libxc-dev -y
50
51
- name: Install external tools from toolchain
52
run: |
53
cd toolchain
54
./install_abacus_toolchain_new.sh --with-dftd4=install --dry-run -j8
55
+ ./scripts/stage3/install_libxc.sh
56
./scripts/stage4/install_stage4.sh
57
cd ..
58
@@ -89,6 +91,7 @@ jobs:
89
91
90
92
ABACUS_BIN=$(find build -name "abacus_*" -type f -executable | head -1)
93
echo "Using binary: ${ABACUS_BIN}"
94
+ source toolchain/install/setup
95
96
# Check 1: parameters.yaml matches C++ Input_Item definitions
97
${ABACUS_BIN} --generate-parameters-yaml > /tmp/parameters_generated.yaml
0 commit comments