-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
switch the default mp library to gmp #30752
Comments
comment:1
marking it critical, as it corrects the New commits:
|
Author: Dima Pasechnik |
Commit: |
comment:2
the reporting is still a bit misleading:
but this not a regression. |
comment:3
In principle this is okay, and I'm testing it on OS X, but I think it should be merged early in a release, not late in this one, since it needs testing on a wide variety of platforms. |
comment:4
perhaps you'd like to try this together with #30625 - upgrade of Sage's GMP. I've moved this to 9.3. |
comment:5
With Xcode 12, OS X Catalina: works on its own and in combination with #30625. |
comment:6
This will affect all |
comment:7
This breaks lots of
|
comment:8
a logic error in spkg-configure (of mpir or gmp)
somehow it thinks that system GMP is available. |
comment:10
fixed this (and rebased over latest beta). |
Changed branch from u/dimpase/packages/make_gmp_default_mp to |
Changed commit from |
comment:20
On OSX:
The inability to extract xz is apparently ignored, but obviously install fails sooner or later. |
Commit: |
Changed branch from |
comment:22
What does this have to do with this ticket? If you can't extract xz files, then you can't extract tarballs for Python, symmetrica, gcc, and gmp. |
comment:23
These other packages declare a dependency on |
comment:24
But on OS X, the included version of Python 3, at least as of 10.15.7, can extract |
Changed branch from u/dimpase/packages/make_gmp_default_mp to u/mkoeppe/packages/make_gmp_default_mp |
Changed reviewer from Matthias Koeppe to Matthias Koeppe, ... |
Changed author from Dima Pasechnik to Dima Pasechnik, Matthias Koeppe |
Changed reviewer from Matthias Koeppe, ... to Matthias Koeppe, Dima Pasechnik |
comment:30
lgtm |
Changed branch from u/mkoeppe/packages/make_gmp_default_mp to |
currently the default mp library is mpir: the default
--with-mp
issystem
, and inbuild/pkgs/mpir/spkg-configure.m4
we haveas
mpir
is getting more and more bitrotten, this should be switched togmp
as the default.Also,
is a lie, as can be seen from above, the default is
mpir
, notgmp
.CC: @jhpalmieri @mkoeppe @orlitzky
Component: build: configure
Author: Dima Pasechnik, Matthias Koeppe
Branch/Commit:
d2500f1
Reviewer: Matthias Koeppe, Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/30752
The text was updated successfully, but these errors were encountered: