-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Milestone
Description
Environment
- **OS**: OS X 14.4.1
- **Sage Version**: 10.4.beta6
Steps To Reproduce
./configure --with-system-gfortran=no
followed by make
.
Config log
Package logs
Additional Information
With this plus #38002, it is now difficult to build Sage on OS X: any version of Sage earlier than 10.4.beta6 refuses to use the system's gfortran
because it is too new, so it tries to build its own, which fails as noted here. With 10.4.beta6, the problem at #38002 arises, causing the build to fail.
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide