-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for FreeBSD AArch64 #387
Conversation
With reference to JuliaPackaging/Yggdrasil#9220 (comment), for gcc I was thinking of BinaryBuilderBase.jl/src/Rootfs.jl Lines 578 to 584 in 56580d9
BinaryBuilderBase.jl/src/Rootfs.jl Lines 586 to 593 in 56580d9
However, if we only have GCC >= 7, you probably need to adapt BinaryBuilderBase.jl/src/Rootfs.jl Lines 763 to 770 in 56580d9
|
At the moment, we only have GCC 7+ on FreeBSD AArch64, which means we only want `expand_gfortran_versions` to include libgfortran versions 4 and 5 on that platform.
Reminder: you'll need to add aarch64-freebsd to the list of platforms incompatible with Julia v1.5 at https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/8aadff4c54e12a31fe605defd81d99da78c60af2/src/AutoBuild.jl#L199 |
Ah thank you! PR: JuliaPackaging/BinaryBuilder.jl#1342 |
I also bumped the version so that we can tag a new release. |
Accompanying Yggdrasil PR: JuliaPackaging/Yggdrasil#9220
I'll flip this out of draft mode once all compilers have been built.