Skip to content

Commit 07c3967

Browse files
committed
Restore CI workflow
1 parent 9265dc1 commit 07c3967

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ jobs:
4646
ninja-build \
4747
xz-utils
4848
sudo pip install clang-format clang-tidy
49-
sudo apt-get remove libxc-dev -y
5049
5150
- name: Install external tools from toolchain
5251
run: |
5352
cd toolchain
5453
./install_abacus_toolchain_new.sh --with-dftd4=install --dry-run -j8
55-
./scripts/stage3/install_libxc.sh
5654
./scripts/stage4/install_stage4.sh
5755
cd ..
5856

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=OFF \
69+
-DBUILD_SHARED_LIBS=ON \
7070
-DCMAKE_INSTALL_LIBDIR=lib \
7171
-DCMAKE_VERBOSE_MAKEFILE=ON \
7272
-DENABLE_FORTRAN=ON \

0 commit comments

Comments
 (0)