-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
polymake: Install gcc if system gcc older than 5.1 #27853
Comments
comment:1
Can this be done with spkg-configure? |
comment:2
Do you mean the spkg-configure of polymake? This might be a bit tricky, I'd just implement a version check, which errors As well, very old gcc's (say, 4.4) cannot even compile Sage's gcc. Also note that clang typically fakes a gcc, sometimes (on OSX) quite old one. |
comment:3
on the other hand, yes, in
but I am not sure whether this would kick in regardless of the experimental status of polymake. In fact I would be in favours of dropping gcc 4 support completely, and require at least 5.1 globally. |
comment:5
I tried this (see branch) but it seems that this script is always run, even if polymake is not requested. New commits:
|
Commit: |
comment:6
One can have a [Jeez, how much I hate |
comment:7
Replying to @dimpase:
Hardly an improvement.
Where's the ticket that will change "sage -i PACKAGE" to just reconfiguration with "--enable-PACKAGE" appended to the configure command line and "make build"? |
comment:9
how about we re-target this ticket to bump up the minimal gcc version to 5.1? |
comment:10
Replying to @dimpase:
It's better if that goal is not associated with an experimental package. |
comment:11
As the Sage-8.8 release milestone is pending, we should delete the sage-8.8 milestone for tickets that are not actively being worked on or that still require significant work to move forward. If you feel that this ticket should be included in the next Sage release at the soonest please set its milestone to the next release milestone (sage-8.9). |
comment:12
Moving some tickets to 9.2. This is not a promise that I will be working on them. |
comment:14
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:16
outdated, should close |
Reviewer: Dima Pasechnik |
CC: @dimpase
Component: packages: experimental
Branch/Commit: u/mkoeppe/polymake__install_gcc_if_system_gcc_older_than_5_1 @
e675ad2
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/27853
The text was updated successfully, but these errors were encountered: