Changeset 22225


Ignore:
Timestamp:
11/03/17 13:39:30 (7 years ago)
Author:
jdquinn
Message:

CHG: Adjusted configuration to allow static libraries to be built for macOS_binaries build (forgot to adjust Matlab and gfortran lib paths in build script in previous commit).

File:
1 edited

Legend:

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

    r22224 r22225  
    55
    66#MATLAB path
    7 MATLAB_PATH="/Applications/MATLAB_R2017b.app/"
     7MATLAB_PATH="/Applications/MATLAB_R2015b.app/"
    88
    99#ISSM CONFIGURATION
     
    2222        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    2323        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    24         --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a /usr/local/gfortran/lib/libquadmath.a /usr/local/gfortran/lib/gcc/x86_64-apple-darwin15/6.1.0/libgcc.a" \
     24        --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" \
    2525        --with-numthreads=4'
    2626
Note: See TracChangeset for help on using the changeset viewer.