Changeset 27946


Ignore:
Timestamp:
10/06/23 19:41:50 (18 months ago)
Author:
jdquinn
Message:

BUG: Missed in last commit

File:
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab

    r27893 r27946  
    33ISSM_CONFIG='\
    44        --prefix=${ISSM_DIR} \
    5         --enable-development \
    6         --enable-debugging \
    7         --with-numthreads=4 \
     5        --enable-standalone-executables \
     6        --enable-standalone-modules \
     7        --enable-standalone-libraries \
     8        --disable-dependency-tracking \
    89        --with-vendor="win-msys2" \
    910        --with-matlab-dir="${MATLAB_PATH}" \
     11        --with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/10.2.0 -Wl,-lgfortran" \
    1012        --with-mpi-include="${MSMPI_ROOT}/include" \
    11         --with-mpi-libdir="${MSMPI_ROOT}/lib" \
    12         --with-mpi-libflags="-lmsmpi" \
    13         --with-fortran-lib="-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/10.2.0/ -lgfortran" \
     13        --with-mpi-libdir="-Wl,-L${MSMPI_ROOT}/lib" \
     14        --with-mpi-libflags="-Wl,-lmsmpi" \
    1415        --with-metis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    1516        --with-parmetis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
     
    3031#List of external packages to be installed and their installation scripts
    3132EXTERNALPACKAGES="
    32         msmpi           install.sh
    33         petsc           install-3.14-win-msys2-mingw-msmpi.sh
    34         triangle        install-win-msys2-mingw.sh
     33        msmpi           install-static.sh
     34        petsc           install-3.14-win-msys2-mingw-msmpi-static.sh
     35        triangle        install-win-msys2-mingw-static.sh
    3536        chaco           install-win-msys2-mingw.sh
    3637        m1qn3           install.sh
     
    4445
    4546# Test suites
    46 MATLAB_TEST=1
     47MATLAB_TEST=0
    4748PYTHON_TEST=0
    4849JAVASCRIPT_TEST=0
     
    6162# Nightly run options
    6263#
    63 # See documentation in test/NightlyRun/runme.* for more information
    64 #
    65 # NOTE:
    66 # - Tests 125, 126, and 129 are skipped because restart is not yet implemented
    67 #       for Windows (under MSYS2)
    68 # - test701 is skipped because it uses full Stokes equations
    69 #
    70 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,129,435,701,702,703]"
     64MATLAB_NROPTIONS=""
    7165PYTHON_NROPTIONS=""
Note: See TracChangeset for help on using the changeset viewer.