Changes between Initial Version and Version 1 of Ticket #26715
- Timestamp:
- 11/18/18 19:20:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26715 – Description
initial v1 1 As a result of refactoring configure.ac in #24919, it appears that1 As a result of refactoring configure.ac in #24919, 2 2 absence of (g)fortran now forces installation of full gcc, instead of just gfortran part of it. 3 3 4 4 This is particularly crucial on OSX, where we don't normally build full gcc any more, but only build gfortran. 5 5 6 To reproduce, move gfortran out of your PATH, and re-run ./configure. You'll see that now `gcc` and `gfortran` are scheduled for installation... 7