Skip to content

Commit

Permalink
CHG: Updated path to libgfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Jan 2, 2025
1 parent 86cd2eb commit 265e300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/ross-win-msys2-mingw-msmpi-basic
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ISSM_CONFIG='\
--with-mpi-include="${MSMPI_ROOT}/include" \
--with-mpi-libdir="-Wl,-L${MSMPI_ROOT}/lib" \
--with-mpi-libflags="-Wl,-lmsmpi" \
--with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/14.2.0 -Wl,-lgfortran" \
--with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib -Wl,-lgfortran" \
--with-metis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
--with-parmetis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
--with-blas-lapack-dir="${ISSM_DIR}/externalpackages/petsc/install" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ISSM_CONFIG='\
--enable-standalone-libraries \
--disable-dependency-tracking \
--with-matlab-dir="${MATLAB_PATH}" \
--with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/13.2.0 -Wl,-lgfortran" \
--with-fortran-lib="-Wl,-L/c/msys64/mingw64/lib -Wl,-lgfortran" \
--with-mpi-include="${MSMPI_ROOT}/include" \
--with-mpi-libdir="-Wl,-L${MSMPI_ROOT}/lib" \
--with-mpi-libflags="-Wl,-lmsmpi" \
Expand Down

0 comments on commit 265e300

Please sign in to comment.