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.

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
Copilot finished work on behalf of njzjz November 14, 2025 10:34
@njzjz
Copy link
Member

njzjz commented Nov 14, 2025

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

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.

Copilot finished work on behalf of njzjz November 14, 2025 13:28
@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
@njzjz njzjz requested a review from wanghan-iapcm November 14, 2025 17:03
Copilot finished reviewing on behalf of njzjz November 14, 2025 17:03
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.

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

2 participants