-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[hdf5] Update to 1.12.2 #24758
[hdf5] Update to 1.12.2 #24758
Conversation
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.
You have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/hdf5/vcpkg.json
Valid values for the license field can be found in the documentation
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.
You have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/hdf5/vcpkg.json
Valid values for the license field can be found in the documentation
@Thieum ,Thanks for your pr, looks ci tested failed on many triplet
|
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for hdf5 have changed but the version was not updated
version: 1.12.2
old SHA: ce3e47d9a7157548c3213c7c4b3d4e8a1fdbc12a
new SHA: b74658ab825f76c17f40808d2e8f75fc83a91dd0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
You have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/hdf5/vcpkg.json
Valid values for the license field can be found in the documentation
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.
You have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/hdf5/vcpkg.json
Valid values for the license field can be found in the documentation
@JonLiu1993 Is the comment at the top of ports\hdf5\portfile.cmake still valid?
Should I update it in the same PR? Here is the latest release: https://github.com/BlueBrain/HighFive/releases/tag/v2.4.1 |
@Thieum, Looks CI test successfully , you can update hdf5 to v2.4.1 and commit a new pr. Thanks! |
@Thieum ,I tested the features on my locally machine by command "./vcpkg install hdf5[*]:x86-windows" but failed,
|
@JonLiu1993 That is ok. (If you are only testing on windows) |
@Neumann-A, I re-tested the feature locally, I excluded the fortran feature, and the command ./vcpkg install hdf5[cpp,parallel,szip,threadsafe,tools,utils,zlib] still failed, this is the error log:
|
@JonLiu1993 added a guard for the optional tool. |
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: unable to parse versions file /home/runner/work/vcpkg/vcpkg/versions/h-/hdf5.json
Error: failed to parse versions file for `hdf5`: :8:17: error: Unexpected character in middle of array
on expression: "git-tree": "c6491dde27884b1326e6f74f3862c1ae63a122ca",
^
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.
Thanks for the update!
@JonLiu1993 I think all the comments have been fixed. Let me know if anything else can be improved! |
All features are tested successufully in the following triplet:
|
Thanks for the update! |
Updates hdf5 to 1.12.2 : https://github.com/HDFGroup/hdf5/releases/tag/hdf5-1_12_2
What does your PR fix?
Updates hdf5 to 1.12.2
Which triplets are supported/not supported? Have you updated the CI baseline?
no change (tested locally on windows), N/A
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes