Opened 14 months ago
#68384 new enhancement
Should we install Fortran-specific includes into prefix/finclude, following gcc?
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | fortran | Cc: | mascguy (Christopher Nielsen), catap (Kirill A. Korinsky), ryandesign (Ryan Carsten Schmidt), kencu (Ken), michaelld (Michael Dickens) |
Port: |
Description
Some Fortran ports install .mod
files; for my ports, I tend to install those into ${prefix}/include/${name}
, otherwise ports may install them into random locations. Should we instead set ${prefix}/finclude
for Fortran includes, like GCC does for its own?
Note: See
TracTickets for help on using
tickets.