Changeset 27011


Ignore:
Timestamp:
05/18/22 11:14:22 (3 years ago)
Author:
jdquinn
Message:

CHG: Updates to macOS Jenkins configs for Python

Location:
issm/trunk-jpl
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-binaries-matlab

    r26752 r27011  
    1919        --disable-dependency-tracking \
    2020        --with-matlab-dir=${MATLAB_PATH} \
    21         --with-fortran-lib="/usr/local/Cellar/gcc/10.3.0/lib/gcc/10/libgfortran.a /usr/local/Cellar/gcc/10.3.0/lib/gcc/10/libquadmath.a /usr/local/Cellar/gcc/10.3.0/lib/gcc/10/gcc/x86_64-apple-darwin15/10.3.0/libgcc.a" \
     21        --with-fortran-lib="/usr/local/Cellar/gcc/11.3.0/lib/gcc/11/libgfortran.a /usr/local/Cellar/gcc/11.3.0/lib/gcc/11/libquadmath.a /usr/local/Cellar/gcc/11.3.0/lib/gcc/11/gcc/x86_64-apple-darwin15/11/libgcc.a" \
    2222        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2323        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r26901 r27011  
    184184            os.chdir(root)
    185185            id_string = IdToName(id)
    186             print(("----------------runing-----------------------"))
     186            print(("----------------running-----------------------"))
    187187            if procedure == 'runFromNC':
    188188                Tmod = import_module('test{}'.format(id))
Note: See TracChangeset for help on using the changeset viewer.