Changeset 12537


Ignore:
Timestamp:
06/25/12 15:00:11 (13 years ago)
Author:
cborstad
Message:

updated scipy/numpy install script for OSX 10.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/scipy/install-macosx-snowleopard.sh

    r12245 r12537  
    88install=2
    99
    10 export CC=/usr/bin/gcc-4.0
    11 export CXX=/usr/bin/g++-4.0
     10# gfortran 4.6 (see ISSM_DIR/externalpackages/gfortran) is necessary for ISSM compilation.
     11# On OSX 10.6, this recommended version gets installed in /usr/local/gfortran
     12export CC=/usr/local/gfortran/bin/gcc
     13export CXX=/usr/local/gfortran/bin/g++
    1214
    1315if [[ $install == "1" ]];then
Note: See TracChangeset for help on using the changeset viewer.