Changes between Version 1 and Version 2 of Ticket #45111


Ignore:
Timestamp:
Sep 20, 2014, 11:12:09 PM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

I would expect you’d need to specify a GCC variant for hdf5, netcdf, netcdf-cxx, and netcdf-fortran, at the very least.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45111 – Description

    v1 v2  
    1717
    1818    1. Type xcode-select --install
    19     2. Install Macports on Mac 
    20         https://www.macports.org/install.php
    21             Click on “OS X 10.9 Mavericks” for automatic download.
     19    2. Install Macports on Mac\\
     20       https://www.macports.org/install.php\\
     21       Click on “OS X 10.9 Mavericks” for automatic download.
    2222    3. Type “`sudo port install hdf5`”
    2323    4. Type “`sudo port install netcdf`”
     
    2525    6. Type “`sudo port install netcdf-fortran`” for Fortran interface
    2626    7. Type “`sudo port install libgcc`”
    27     8. Type “`sudo port install gcc47`”
    28         Couldn’t successful load “atlas” package using either gcc49 or gcc48.
    29             So tried to follow this
    30                 #40542
     27    8. Type “`sudo port install gcc47`”\\
     28       Couldn’t successful load “atlas” package using either gcc49 or gcc48.\\
     29       So tried to follow this\\
     30       #40542
    3131    9. Type “`sudo port clean atlas`”
    3232    10. Type “`sudo port -v install atlas +gcc47`”