Ticket #8201 (closed defect: wontfix)
Fortran not found on Linux if gfortran not present
| Reported by: | mraum | Owned by: | Martin Raum |
|---|---|---|---|
| Priority: | critical | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | build | Keywords: | fortran |
| Cc: | mvngu | Author(s): | |
| Report Upstream: | N/A | Reviewer(s): | David Kirkby |
| Merged in: | Work issues: | A symoblic link should solve this persons very unique and unusual circumstances. |
Description
The spkg-install script on Linux first checks "which gfortran" and if no instance is found it aborts. This is a problem if for example the binary is gfortran-4.3. Then sage won't build.
Even then scipy won't build, because as soon as compiler flags are passed in scipy's setup.py, the fortran compiler is not found anymore. This happens because "sage_fortran" is our binary/script but it should be a stardard name. Scipy will have to care for the -fPIC flags.
This is related to #8049 !
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

