-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionalityregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
This issue stems from issue #10040.
MPFR has a configuration option --enable-thread-safe that we should use by default.
MPFR has a configuration option--enable-gmp-internals that we should use iff library versioning works (or is irrelevant) for our binaries:
--enable-gmp-internals allows the MPFR build to use GMP's undocumented
functions (not from the public API). Note that library versioning is not guaranteed to work if this option is used. Thus it must not be used in binary distributions.
dpsanders and JeffBezanson
Metadata
Metadata
Assignees
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionalityregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version