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 84057ea commit d31e418Copy full SHA for d31e418
2 files changed
.github/workflows/test.yml
@@ -46,13 +46,11 @@ 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
toolchain/scripts/stage3/install_libxc.sh
@@ -66,7 +66,7 @@ case "$with_libxc" in
66
cmake \
67
-DCMAKE_BUILD_TYPE=Release \
68
-DCMAKE_INSTALL_PREFIX=${pkg_install_dir} \
69
- -DBUILD_SHARED_LIBS=OFF \
+ -DBUILD_SHARED_LIBS=ON \
70
-DCMAKE_INSTALL_LIBDIR=lib \
71
-DCMAKE_VERBOSE_MAKEFILE=ON \
72
-DENABLE_FORTRAN=ON \
0 commit comments