Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 14, 2025

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.

Original prompt

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 #4955 (0fe38c8).

Further Information, Files, and Links

No response</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 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.

Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump LAMMPS version to stable_22Jul2025_update2 build: bump LAMMPS version to stable_22Jul2025_update2 Nov 14, 2025
Copilot AI requested a review from njzjz November 14, 2025 10:34
@njzjz
Copy link
Member

njzjz commented Nov 14, 2025

@copilot 20 lines should be changed. Please follow 0fe38c8

Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 14, 2025

@copilot 20 lines should be changed. Please follow 0fe38c8

Updated pyproject.toml with LAMMPS version changes. Now 8 files changed with 20 lines updated, matching the pattern from commit 0fe38c8. Changes completed in commit e98b8c0.

@github-actions github-actions bot added the Docs label Nov 14, 2025
@njzjz njzjz marked this pull request as ready for review November 14, 2025 17:02
Copilot AI review requested due to automatic review settings November 14, 2025 17:02
Copy link
Contributor

Copilot AI left a 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.

@wanghan-iapcm wanghan-iapcm added this pull request to the merge queue Nov 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 18, 2025
@njzjz njzjz added this pull request to the merge queue Nov 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 18, 2025
@njzjz njzjz added this pull request to the merge queue Nov 18, 2025
Merged via the queue into devel with commit da452d7 Nov 18, 2025
89 of 131 checks passed
@njzjz njzjz deleted the copilot/bump-lammps-version-22jul2025 branch November 18, 2025 14:35
@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.24%. Comparing base (1ccc57d) to head (e98b8c0).
⚠️ Report is 4 commits behind head on devel.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #5052      +/-   ##
==========================================
+ Coverage   84.18%   84.24%   +0.05%     
==========================================
  Files         709      709              
  Lines       70217    70171      -46     
  Branches     3620     3604      -16     
==========================================
  Hits        59114    59114              
+ Misses       9936     9890      -46     
  Partials     1167     1167              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

ChiahsinChu pushed a commit to ChiahsinChu/deepmd-kit that referenced this pull request Dec 17, 2025
…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.

- Fixes deepmodeling#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>

- Fixes deepmodeling#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump LAMMPS version to stable_22Jul2025_update2

3 participants