-
-
Notifications
You must be signed in to change notification settings - Fork 652
SageMath 10.7 on macOS 15.5 (again) #40512
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
SageMath version 10.7.beta9 + #40512 gives the following. macOS 15.6 Debian 12
After replacing minimum required cmake version 4.0 by 3.25, |
On Gentoo Linux I have a problem building guava (one of GAP packages in gap_packages). gcc-15 needs a newer version than the one in gap 4.14.0. (3.20 or newer is needed). I get
|
Update. With macOS 15.6 Debian 12 |
you need to explicitly add ( |
Sorry, last time I tried I got Redoing everything again. |
you might need to run ./bootstrap |
I always start from scratch (except that I reuse files from /upstream because unreliable mirrors delay everything). |
not sure what you mean by "from scratch", but whenever anything in build/ is changed, inability of configure to understand the enable-semigroups option is a symptom of a stale configure script. |
I made a change in spkg-install.in in #40484 which allowed to build guava.
|
"from scratch" = |
Now using the correct With macOS 15.6 (1)
as indicated by DIma.
related to TikZ (in fact there are some other failed tests, but they pass standalone). Debian 12 @dimpase: What do you think? |
@dimpase
This is incoherent for |
I have the same error with |
apart from different log formatting there seems to be no issue. PS. libsemigroups is a dependency of semigroups, so it gets installed before the latter |
this is an OS-dependent race condition, it appears. |
in a chain of PRs, each should either be positively reviewed, or closed |
Thanks, Dima. |
Why is conftest.py deleted here? This seems to be a mistake. |
Sorry, it is surely my fault, but I do not know how I did it. |
the usual The latter stages all the known to got changed files, and confest.py is left deleted whenever make invokes ./configure (something that's an off label use of GNU toolchain). Please restore |
You must be right. |
Thanks Dima. Would you give me a pointer to "the usual |
Merge conflict, please fix |
can do but #40519 has the same conflict |
@GMS103 - if you give me write access to your sage develop branch then I could fix these easily. |
anyway, a conflict is in |
Documentation preview for this PR (built with commit eccbb0f; changes) is ready! 🎉 |
Closing in favor of #40519 |
This tries to take into account sagemath#40484. @enriqueartal: Could you test it? ### ⌛ Dependencies Built on top of sagemath#40512. URL: sagemath#40519 Reported by: Guillermo Moreno-Socías Reviewer(s): Dima Pasechnik, Enrique Manuel Artal Bartolo
Thanks. |
This tries to take into account sagemath#40484. @enriqueartal: Could you test it? ### ⌛ Dependencies Built on top of sagemath#40512. URL: sagemath#40519 Reported by: Guillermo Moreno-Socías Reviewer(s): Dima Pasechnik, Enrique Manuel Artal Bartolo
This follows #40501.
Includes #40501 and #40509.