Opened 4 years ago
Last modified 3 years ago
#26715 closed defect
build/pkgs/gfortran/spkg-configure.m4 works incorrectly if CC and CXX are already there — at Initial Version
Reported by: | dimpase | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-8.5 |
Component: | build: configure | Keywords: | spkg-configure |
Cc: | embray, jhpalmieri, vbraun, fbissey | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
As a result of refactoring configure.ac in #24919, it appears that absence of (g)fortran now forces installation of full gcc, instead of just gfortran part of it.
This is particularly crucial on OSX, where we don't normally build full gcc any more, but only build gfortran.
Note: See
TracTickets for help on using
tickets.