File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ADD https://api.github.com/repos/deepmodeling/abacus-develop/git/refs/heads/deve
2121
2222RUN 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
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ ADD https://api.github.com/repos/deepmodeling/abacus-develop/git/refs/heads/deve
5959
6060RUN 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
You can’t perform that action at this time.
0 commit comments