Changeset 20372


Ignore:
Timestamp:
03/28/16 14:28:44 (9 years ago)
Author:
glperez
Message:

FIX: Wrong directory for gfortran lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island_static

    r20371 r20372  
    2222        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    2323        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    24         --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \
     24        --with-fortran-lib="-L/usr/local/gfortran/lib -lgfortran" \
    2525        --with-numthreads=4 \
    2626        --enable-debugging \
Note: See TracChangeset for help on using the changeset viewer.