Skip to content

Commit b282881

Browse files
authored
Build: enable libxc by default in docker images. (#1865)
1 parent 9c61d29 commit b282881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ADD https://api.github.com/repos/deepmodeling/abacus-develop/git/refs/heads/deve
2121

2222
RUN git clone https://github.com/deepmodeling/abacus-develop.git --depth 1 && \
2323
cd abacus-develop && \
24-
cmake -B build -DENABLE_DEEPKS=ON && \
24+
cmake -B build -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON && \
2525
cmake --build build -j`nproc` && \
2626
cmake --install build && \
2727
cd .. && rm -rf abacus-develop

Dockerfile.intel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ADD https://api.github.com/repos/deepmodeling/abacus-develop/git/refs/heads/deve
5959

6060
RUN git clone https://github.com/deepmodeling/abacus-develop.git --depth 1 && \
6161
cd abacus-develop && \
62-
cmake -B build -DENABLE_DEEPKS=ON && \
62+
cmake -B build -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON && \
6363
cmake --build build -j`nproc` && \
6464
cmake --install build && \
6565
cd .. && rm -rf abacus-develop

0 commit comments

Comments
 (0)