From f8fa99cd51241583bae942ec8d94638b3b7c76e7 Mon Sep 17 00:00:00 2001 From: ljwoods2 <145226270+ljwoods2@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:43:26 -0700 Subject: [PATCH 1/2] Update install_lammps.sh --- docker/common/install_lammps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/common/install_lammps.sh b/docker/common/install_lammps.sh index 240ac14..3016178 100755 --- a/docker/common/install_lammps.sh +++ b/docker/common/install_lammps.sh @@ -10,7 +10,7 @@ export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64 # Setup LAMMPS git clone https://github.com/ljwoods2/lammps.git cd lammps -git checkout imd-v3-integration +git checkout develop mkdir build cd build cmake ../cmake/ \ From f9d1a7cfebf891fb808ba44ee52a6704d2ecc46b Mon Sep 17 00:00:00 2001 From: ljwoods2 <145226270+ljwoods2@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:59:08 -0700 Subject: [PATCH 2/2] URL update --- docker/common/install_lammps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/common/install_lammps.sh b/docker/common/install_lammps.sh index 3016178..c81f25a 100755 --- a/docker/common/install_lammps.sh +++ b/docker/common/install_lammps.sh @@ -8,7 +8,7 @@ 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 develop mkdir build