Changes between Initial Version and Version 1 of Ticket #51326


Ignore:
Timestamp:
May 7, 2016, 1:25:44 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The command you're looking for is:

sudo port select --set gcc gcc5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51326

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Port gcc5 added; gcc removed
    • Property Summary changed from gfortran is missing to gcc5: gfortran is missing
  • Ticket #51326 – Description

    initial v1  
    33My workaround was to add a softlink into my local ~/bin which is part of the system $PATH:
    44
    5   > ln -s /opt/local/bin/gfortran-mp-5 gfortran
     5{{{
     6ln -s /opt/local/bin/gfortran-mp-5 gfortran
     7}}}
    68
    79Perhaps it makes sense to add this link /opt/local/bin?