Skip to content

Commit

Permalink
Merge pull request #27 from Becksteinlab/update-lammps-branch
Browse files Browse the repository at this point in the history
Update install_lammps.sh with develop branch
  • Loading branch information
ljwoods2 authored Jan 14, 2025
2 parents d295da7 + f9d1a7c commit a15e70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/common/install_lammps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64

# Setup LAMMPS
git clone https://github.com/ljwoods2/lammps.git
git clone https://github.com/lammps/lammps.git
cd lammps
git checkout imd-v3-integration
git checkout develop
mkdir build
cd build
cmake ../cmake/ \
Expand Down

0 comments on commit a15e70c

Please sign in to comment.