Changeset 20464


Ignore:
Timestamp:
04/07/16 15:26:36 (9 years ago)
Author:
glperez
Message:

CHG: Updating MacOSX binaries Jenkins build. Static gfortran and disabled static libs.

File:
1 edited

Legend:

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

    r20444 r20464  
    55
    66#MATLAB path
    7 MATLAB_PATH="/Applications/MATLAB_R2015b.app/"
     7MATLAB_PATH="/Applications/MATLAB_R2015a.app/"
    88
    99#ISSM CONFIGURATION
    1010ISSM_CONFIG='--prefix=$ISSM_DIR \
     11        --disable-static \
    1112        --enable-standalone-executables \
    1213        --enable-standalone-libraries \
     
    2021        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    2122        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    22         --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a" \
     23        --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a /usr/local/gfortran/lib/libquadmath.a /usr/local/gfortran/lib/gcc/x86_64-apple-darwin14/5.2.0/libgcc.a" \
    2324        --with-numthreads=4 \
    2425        --enable-debugging'
Note: See TracChangeset for help on using the changeset viewer.