Skip to content

Commit 76ee988

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

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 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

toolchain/scripts/stage3/install_libxc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ case "$with_libxc" in
6666
cmake \
6767
-DCMAKE_BUILD_TYPE=Release \
6868
-DCMAKE_INSTALL_PREFIX=${pkg_install_dir} \
69-
-DBUILD_SHARED_LIBS=YES \
69+
-DBUILD_SHARED_LIBS=OFF \
7070
-DCMAKE_INSTALL_LIBDIR=lib \
7171
-DCMAKE_VERBOSE_MAKEFILE=ON \
7272
-DENABLE_FORTRAN=ON \

0 commit comments

Comments
 (0)