Skip to content
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

[MPFR] Trigger a rebuild for updated PlatformSupport #10637

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ararslan
Copy link
Member

I've observed odd behavior with GMP and MPFR (the latter more recently) on FreeBSD 14.1 AArch64 with binaries built for 13.2. Now that the FreeBSD version for AArch64 has been updated to 14.1 and GMP 6.3.0 has been rebuilt atop that, let's rebuild MPFR to see whether oddities are resolved.

I've observed odd behavior with GMP and MPFR (the latter more recently)
on FreeBSD 14.1 AArch64 with binaries built for 13.2. Now that the
FreeBSD version for AArch64 has been updated to 14.1 and GMP 6.3.0 has
been rebuilt atop that, let's rebuild MPFR to see whether oddities are
resolved.
@giordano
Copy link
Member

We can probably test this before merging?

@ararslan
Copy link
Member Author

Now that [...] GMP 6.3.0 has been rebuilt

Except MPFR is using GMP 6.2.1, which I did not rebuild. 🤦 I rebuilt 6.3.0 because it's what Julia is using.

We can probably test this before merging?

Yes, I had intended to, though it's not like it would hurt anything to merge it regardless.

@giordano
Copy link
Member

Except MPFR is using GMP 6.2.1, which I did not rebuild. 🤦 I rebuilt 6.3.0 because it's what Julia is using.

The ABI of the dep library at build time shouldn't matter too much in principle. On macOS you don't even use real libraries but stub files (they're plain text files with list of symbols, end), what matters at runtime is the library you load...at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants