Skip to content

Commit

Permalink
add EXTRA-FIX to LAMMPS and update kim-property
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Jul 14, 2024
1 parent 125d967 commit c440b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ RUN pip3 uninstall -y kim-property

USER openkim

RUN pip3 --no-cache-dir install kim-property==2.6.2
RUN pip3 --no-cache-dir install kim-property==2.6.3

WORKDIR /home/openkim/
3 changes: 2 additions & 1 deletion docker/install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN ${PIP} install markupsafe==2.0.1
RUN ${PIP} install Jinja2==2.11.3
RUN ${PIP} install edn_format==0.7.5
RUN ${PIP} install kim-edn==1.4.1
RUN ${PIP} install kim-property==2.6.2
RUN ${PIP} install kim-property==2.6.3
RUN ${PIP} install kim-query==3.0.0
RUN ${PIP} install simplejson==3.17.2
RUN ${PIP} install numpy==1.19.5
Expand Down Expand Up @@ -125,6 +125,7 @@ RUN cd ${PACKAGE_DIR}/lammps/ \
-D PKG_SMTBQ=yes \
-D PKG_EXTRA-PAIR=yes \
-D PKG_CORESHELL=yes \
-D PKG_EXTRA-FIX=yes \
../cmake \
&& make -j2 \
&& make install \
Expand Down

0 comments on commit c440b3e

Please sign in to comment.