Changes between Initial Version and Version 3 of Ticket #42157


Ignore:
Timestamp:
Jan 17, 2014, 3:45:41 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please don't install things in /usr/local when using MacPorts; it causes problems. See wiki:FAQ#usrlocal.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42157

    • Property Cc michaelld@… added
    • Property Owner changed from macports-tickets@… to sean@…
    • Property Port py27-scipy added
    • Property Keywords py27-scipy fortran compiler removed
  • Ticket #42157 – Description

    initial v3  
    99After installing gfortran, I had to make 2 symlinks for the py27-scipy to install:
    1010
     11{{{
    1112sudo ln -s /usr/local/gfortran/bin/gfortran /opt/local/bin/gfortran
    12 
    1313sudo ln -s /opt/local/bin/gfortran/gfortran /opt/local/bin/gfortran/gfortran-mp-4.8
     14}}}
    1415
    1516After manually installing gfortran and the 2 symlinks, I was able to successfully run 'sudo port install py27-pandas'.