-
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
[adios2] add port #29264
[adios2] add port #29264
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.
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 adios2 have changed but the version was not updated
version: 2.8.3
old SHA: 1c9640fe3792418ef650a030c5f729b5fed1cc17
new SHA: 40a6ba833d2633bb1b2daf704f19e5038f1690b0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
of course it fails because I build it with all features enabled ..... |
I manually checked that the SHA in here is not affected by #29288 |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx (Hopefully)vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.