Changeset 27989


Ignore:
Timestamp:
11/02/23 12:49:10 (18 months ago)
Author:
jdquinn
Message:

BUG: Need to explicitly point to static library

File:
1 edited

Legend:

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

    r27947 r27989  
    1111        --with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/13.2.0 -Wl,-lgfortran" \
    1212        --with-mpi-include="${MSMPI_ROOT}/include" \
    13         --with-mpi-libdir="-Wl,-L${MSMPI_ROOT}/lib" \
    14         --with-mpi-libflags="-Wl,-lmsmpi" \
     13        --with-mpi-libflags="-Wl,${MSMPI_ROOT}/lib/libmsmpi.a" \
    1514        --with-metis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    1615        --with-parmetis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
Note: See TracChangeset for help on using the changeset viewer.