-
Notifications
You must be signed in to change notification settings - Fork 576
build: bump LAMMPS version to stable_22Jul2025_update2 #5052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Conversation
Co-authored-by: njzjz <[email protected]>
Co-authored-by: njzjz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the LAMMPS version reference from stable_22Jul2025_update1 to stable_22Jul2025_update2 across the entire codebase.
- Systematically updates all LAMMPS version references in build scripts, test scripts, and development container configurations
- Updates installation documentation to reflect the new LAMMPS version tag
- Updates Python package dependency version to match the new LAMMPS release
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.devcontainer/build_cxx.sh |
Updates LAMMPS_VERSION CMake argument in devcontainer build script |
source/install/build_cc.sh |
Updates LAMMPS_VERSION in C++ build script |
source/install/build_from_c.sh |
Updates LAMMPS_VERSION in C interface build script |
source/install/build_lammps.sh |
Updates LAMMPS_VERSION variable for LAMMPS download and build |
source/install/test_cc.sh |
Updates LAMMPS_VERSION in C++ test build script |
source/install/test_cc_local.sh |
Updates LAMMPS_VERSION CMake argument in local test script |
pyproject.toml |
Updates lammps[mpi] dependency version to 2025.7.22.2.0 and DP_LAMMPS_VERSION environment variables for CI builds |
doc/install/install-lammps.md |
Updates all documentation references to use the new stable_22Jul2025_update2 version tag |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates LAMMPS version reference from
stable_22Jul2025_update1tostable_22Jul2025_update2across build scripts, documentation, and Python package configuration.Changes
.devcontainer/build_cxx.sh,source/install/{build_cc.sh, build_from_c.sh, build_lammps.sh, test_cc.sh, test_cc_local.sh}doc/install/install-lammps.mdpyproject.toml(updatedlammps[mpi]dependency to~=2025.7.22.2.0and 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.
Original prompt
💡 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 in the docs.