Changeset 15479


Ignore:
Timestamp:
07/10/13 14:39:43 (12 years ago)
Author:
schlegel
Message:

CHG: update fortran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-macosx64.sh

    r15472 r15479  
    33#petsc 3.4
    44#mpich 3.0.4
    5 export F77='/usr/local/gfortran/bin/x86_64-apple-darwin10-gfortran'
    65
    76./configure \
     
    1918        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    2019        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
    21         --with-fortran-lib="/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10/4.6.2/libgfortran.a" \
     20        --with-fortran-lib="/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/libgfortran.a" \
    2221        --with-math-lib="/usr/lib/libm.dylib" \
    2322        --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
Note: See TracChangeset for help on using the changeset viewer.