- Timestamp:
- 03/31/20 12:42:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/pine_island-mac-binaries-with_dakota
r24665 r24676 9 9 # - We can disable dependency tracking in the Autotools because the binaries 10 10 # should always be a one-time build. 11 # - libgfortran is copied to $ISSM_DIR/lib by packaging script.12 11 # 12 13 13 # ISSM CONFIGURATION 14 14 ISSM_CONFIG='\ 15 15 --prefix=${ISSM_DIR} \ 16 --disable-static \17 16 --enable-standalone-executables \ 18 17 --enable-standalone-modules \ … … 22 21 --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \ 23 22 --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \ 24 --with-fortran-lib=" -L/usr/local/gfortran/lib -lgfortran" \23 --with-fortran-lib="/usr/local/Cellar/gcc/9.3.0/lib/gcc/9/libgfortran.a /usr/local/Cellar/gcc/9.3.0/lib/gcc/9/libquadmath.a /usr/local/Cellar/gcc/9.3.0/lib/gcc/9/gcc/x86_64-apple-darwin15/9.3.0/libgcc.a" \ 25 24 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 26 25 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note:
See TracChangeset
for help on using the changeset viewer.