-
Notifications
You must be signed in to change notification settings - Fork 143
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
Test HDF5 1.14.0 from BinaryBuilder #1053
Comments
Here's a repo to test: No mac support yet. |
Can I somehow help with the Mac binary? |
Grab this file and test it: Try passing |
I bump into an
|
Dev BinaryBuilderBase in your environment. |
Ah my bad ;) thanks OK, got a bit further but the GCCBootstrap is making trouble now:
|
You might want to restrict the platforms you are building for. See |
Hmm... you know what, I think we need more help from @giordano . Maybe try #binarybuilder on Slack. |
Yeah, I already restricted by calling |
Strange, I can download https://github.com/JuliaPackaging/Yggdrasil/releases/download/GCCBootstrap-v12.0.1-iains/GCCBootstrap-aarch64-apple-darwin20.v12.0.1-iains.x86_64-linux-musl.unpacked.tar.gz Maybe it's some transient issue? |
@tamasgal Valentin had a similar problem a few days ago: he had the disk full, and those large artifacts got truncated. Also, if you are having troubles setting up BinaryBuilder locally, GitHub CodeSpaces might be a much easier option. |
Ah thanks, totally my fault. Did not realise that it requires a few GB and did not even notice that the disk was going to fill up. OK, managed to do it. Sorry for my ignorance but how can I run the HDF5.jl test suite using these binaries? HDF5-logs.v1.14.0.aarch64-apple-darwin.tar.gz |
Run build_tarballs.jl with
|
See
|
To spell it out, if you run Then create an environment to test the combination.
|
Yep, that's what I am doing right now :) Btw. is the
anyways, the test with
|
Oh right, see my |
Almost there! There is another version check which fails on
|
Oh right I fixed that on another branch: |
Sorry I am a bit confused now. That other branch is missing the other fix I think ;) |
Anyways, I applied the one-line patch to modify the I got a few errors:
|
Yea, I just need to collect the changes. Otherwise, it appears to be working from what you are showing me? Right now I'm trying to work on OpenSSL v3 issues in the BB ecosystem. |
This was superseded by cross-compiled source builds in JuliaPackaging/Yggdrasil#6551. HDF5_jll v0.14.0 is now available. |
I have prepared HDF5 1.14.0 via JuliaPackaging/Yggdrasil#6274 . Please help test this.
The text was updated successfully, but these errors were encountered: