-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
gcc fails to build with isl>=0.20 #26735
Comments
New commits:
|
Author: Konrad K. Dabrowski |
Commit: |
comment:3
It is somehow annoying that the gcc package in Sage (standard package) is affected by the presence of the isl library (an optional)... Is that desirable? Is there a way to tell gcc configuration script to ignore isl? |
comment:4
Adding On the other hand, according to https://gcc.gnu.org/install/prerequisites.html, adding Letting |
comment:5
Replying to @Konrad127123:
howto: the install script is
It is indeed not moral since gcc is supposed to be built before isl. This gcc package within Sage is only here for convenience for users with a "broken" build system. On most platforms gcc is never built. I am curious how you ended up with this issue? I also agree that the fix you provided should be included. What about:
It might sound like two fixes for the same problem but it is to my mind much cleaner. |
comment:6
Thanks. I thought I'd looked there, but must have accidentally looked somewhere else.
I proactively look for issues like this :). I got annoyed at things failing when
For the other part, another solution might be to just make |
Changed upstream from Fixed upstream, but not in a stable release. to Fixed upstream, in a later stable release. |
Reviewer: vbraun |
comment:7
IMHO if a bugfix has been upstreamed then we may just as well include it if it fixes something thats relevant to us... |
Changed reviewer from vbraun to Volker Braun |
Changed branch from u/Konrad127123/gcc_fails_to_build_with_isl__0_20 to |
Changed commit from |
gcc
fails to compile on systems withisl>=0.20
:This is fixed upstream in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86724
, but is not yet in any release of
gcc
.Upstream: Fixed upstream, in a later stable release.
Component: packages: standard
Keywords: gcc, isl
Author: Konrad K. Dabrowski
Branch:
7f2fa27
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/26735
The text was updated successfully, but these errors were encountered: