-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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 version to 1.14.4.3 #38911
Conversation
@microsoft-github-policy-service agree company="The HDF Group" |
Please run command |
Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". That way, I can be aware that you've responded since you can't modify the tags. |
@hyoklee, thanks for your PR, when I tested the feature with command "./vcpkg install hdf5[*]:x64-windows", I get this error, please take a look:
|
@JonLiu1993 remove the fortran feature from your install command..... you don't have a fortran compiler setup |
@JonLiu1993 thanks for testing all options. I could duplicate your error. |
No don't remove it.I just that that @JonLiu1993 test should remove it from the install command. It works if you have a Fortran compiler setup.... |
Address @JonLiu1993 and @Neumann-A comments.
Feature [
|
Thank you, @vicroms, for merging this PR! |
) ``` PASSING, REMOVE FROM FAIL LIST: hdf5:arm-neon-android PASSING, REMOVE FROM FAIL LIST: hdf5:x64-android PASSING, REMOVE FROM FAIL LIST: hdf5:arm64-android PASSING, REMOVE FROM FAIL LIST: hdf5:arm64-windows ``` Passing on https://dev.azure.com/vcpkg/public/_build/results?buildId=103642&view=results. The installation of `hdf5:arm64-windows` and androids triplet were fixed by PR #38911. Other ports are dependent on `hdf5`, so add them fail status of androids triplet in `ci.baseline.txt`. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~~SHA512s are updated for each updated download.~~ - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
No description provided.