You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bump LAMMPS to stable_22Jul2025_update1 (#4955)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- Documentation
- Updated installation guide to reference LAMMPS
stable_22Jul2025_update1 in all commands, paths, and environment
variables.
- Chores
- Bumped LAMMPS version to stable_22Jul2025_update1 across build and
test workflows.
- Updated CI environment variables to use the new LAMMPS version.
- Refreshed Python dependency pin for LAMMPS (mpi) to 2025.7.22.1.0.
- Tests
- Aligned test configurations to target LAMMPS stable_22Jul2025_update1.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
The source code of LAMMPS is stored in the directory `lammps-stable_22Jul2025`. The directory of the source code should be specified as the CMAKE argument `LAMMPS_SOURCE_ROOT` during installation of the DeePMD-kit C++ interface. Now go into the LAMMPS directory and create a directory called `build`
101
+
The source code of LAMMPS is stored in the directory `lammps-stable_22Jul2025_update1`. The directory of the source code should be specified as the CMAKE argument `LAMMPS_SOURCE_ROOT` during installation of the DeePMD-kit C++ interface. Now go into the LAMMPS directory and create a directory called `build`
102
102
103
103
```bash
104
-
mkdir -p lammps-stable_22Jul2025/build/
105
-
cd lammps-stable_22Jul2025/build/
104
+
mkdir -p lammps-stable_22Jul2025_update1/build/
105
+
cd lammps-stable_22Jul2025_update1/build/
106
106
```
107
107
108
108
Now build LAMMPS. Note that `PLUGIN` must be enabled, and `BUILD_SHARED_LIBS` must be set to `yes`. You can install any other package you want.
0 commit comments