Changes between Version 1 and Version 7 of Ticket #19313
- Timestamp:
- Sep 30, 2015, 2:52:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19313
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
bf6f9118956a7aac842f675e5a019d198a0fb2e0
-
Property
Branch
changed from
to
u/jdemeyer/move_compiler_stuff_together_in_configure_ac
-
Property
Status
changed from
-
Ticket #19313 – Description
v1 v7 1 Instead of first checking whether to install GCC and then checking the compilers, we should check the compilers and then decide whether to install GCC based on that information. 2 3 To do this, we introduce 2 new macros: `SAGE_MUST_INSTALL_GCC()` and `SAGE_SHOULD_INSTALL_GCC()`.