-
Notifications
You must be signed in to change notification settings - Fork 2.5k
sagemath: update deps (on top of #58320) #58668
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
Conversation
|
@dkwo you may want to try this. In particular, I made ntl cross, could you make sure that cross built ntl works ok? We also need to adjust flintlib and singular templates so they are built with ntl on cross. |
|
Amazing that you got ntl to cross build! |
ef3ad0c to
aea2535
Compare
|
This looks good to me. |
|
If this is ready to go, please clean up the commits (especially squashing the separate sagemath commits) and drop the "draft" badge. |
Also use ntl in cross builds.
Also use ntl in cross builds.
|
@tornaria I have just rebuilt sage natively on aarch64, using cross ntl from void's repo: all tests pass and I can use sage in jupyter lab. Do you understand why the build is failing for x86_64* on the builders? it looks like it does not find maxima |
|
one difference is that on aarch64 maxima uses ecl. |
|
also, on ci here |
|
Thanks! |
|
The issue is that we need |
Testing the changes
This is based on #58320, updating dependencies that would need rebuilding sagemath.
I'm in the process of testing.
Missing / TODO: