Changeset 27965


Ignore:
Timestamp:
10/12/23 13:22:45 (17 months ago)
Author:
jdquinn
Message:

BUG: Need to use -Wl, under msys2

File:
1 edited

Legend:

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

    r27947 r27965  
    99        --with-matlab-dir="${MATLAB_PATH}" \
    1010        --with-mpi-include="${MSMPI_ROOT}/include" \
    11         --with-mpi-libdir="${MSMPI_ROOT}/lib" \
    12         --with-mpi-libflags="-lmsmpi" \
     11        --with-mpi-libdir="-Wl,-L${MSMPI_ROOT}/lib" \
     12        --with-mpi-libflags="-Wl,-lmsmpi" \
    1313        --with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/13.2.0 -Wl,-lgfortran" \
    1414        --with-metis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
Note: See TracChangeset for help on using the changeset viewer.