Changeset 27923


Ignore:
Timestamp:
09/22/23 10:40:43 (18 months ago)
Author:
jdquinn
Message:

CHG: Correcting libgfortran flags foe Windows basic build

File:
1 edited

Legend:

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

    r27567 r27923  
    1111        --with-mpi-libdir="${MSMPI_ROOT}/lib" \
    1212        --with-mpi-libflags="-lmsmpi" \
    13         --with-fortran-lib="-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/10.2.0/ -lgfortran" \
     13        --with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/10.2.0 -Wl,-lgfortran" \
    1414        --with-metis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    1515        --with-parmetis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
Note: See TracChangeset for help on using the changeset viewer.