Skip to content
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

[spglib] update to 2.5.0 #41658

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/spglib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO spglib/spglib
REF "v${VERSION}"
SHA512 15c0ced6168a436468d1f9db28bb93f3ff130467cd1f0b966cb9731d36be3d9877b3452561dbace3242351b7c9b41d41930a76ca2278f00c1b45620c06ee93e0
SHA512 123b08ba7174a792c84bad42f94cced5ad213b50ef8dfd58a9301ebf8b66cbedb3ce037d25b748d579d0b2ee2a594c1134a463e179bfd09757fb3c98445160ac
HEAD_REF develop
)

Expand Down
2 changes: 1 addition & 1 deletion ports/spglib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spglib",
"version-semver": "2.4.0",
"version-semver": "2.5.0",
"description": "C library for finding and handling crystal symmetries",
"homepage": "https://spglib.readthedocs.io/en/latest/",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8521,7 +8521,7 @@
"port-version": 1
},
"spglib": {
"baseline": "2.4.0",
"baseline": "2.5.0",
"port-version": 0
},
"spine-runtimes": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/spglib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9031cd868388e837c1b0658e5fdf560b17b3a50c",
"version-semver": "2.5.0",
"port-version": 0
},
{
"git-tree": "72a361224c8e7cc3dd14810ae402a410aad4c0bb",
"version-semver": "2.4.0",
Expand Down