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
build: bump LAMMPS version to stable_22Jul2025_update2 (deepmodeling#5052)
Updates LAMMPS version reference from `stable_22Jul2025_update1` to
`stable_22Jul2025_update2` across build scripts, documentation, and
Python package configuration.
### Changes
- Build configuration scripts: `.devcontainer/build_cxx.sh`,
`source/install/{build_cc.sh, build_from_c.sh, build_lammps.sh,
test_cc.sh, test_cc_local.sh}`
- Installation documentation: `doc/install/install-lammps.md`
- Python package configuration: `pyproject.toml` (updated `lammps[mpi]`
dependency to `~=2025.7.22.2.0` and CI environment variables for macOS
and Linux)
All references to the LAMMPS version tag have been updated consistently
across the repository, following the pattern from commit
0fe38c8.
- Fixesdeepmodeling#5051
<!-- START COPILOT CODING AGENT SUFFIX -->
<details>
<summary>Original prompt</summary>
>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>Bump LAMMPS version to
stable_22Jul2025_update2</issue_title>
> <issue_description>### Summary
>
> Bump LAMMPS version to stable_22Jul2025_update2.
>
> ### Detailed Description
>
> Follow the style of deepmodeling#4955
(0fe38c8).
>
> ### Further Information, Files, and Links
>
> _No response_</issue_description>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> </comments>
>
</details>
- Fixesdeepmodeling#5051
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
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`
101
+
The source code of LAMMPS is stored in the directory `lammps-stable_22Jul2025_update2`. 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_update1/build/
105
-
cd lammps-stable_22Jul2025_update1/build/
104
+
mkdir -p lammps-stable_22Jul2025_update2/build/
105
+
cd lammps-stable_22Jul2025_update2/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