Changeset 27995


Ignore:
Timestamp:
11/03/23 15:15:57 (18 months ago)
Author:
jdquinn
Message:

BUG: PETSc 3.14 makefiles for Windows will link to dynamic version of libmsmpi whether we like it or not

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.14-win-msys2-mingw-msmpi-static.sh

    r27990 r27995  
    7373        --with-proc-filesystem=0 \
    7474        --with-mpiexec="${MPIEXEC_DIR}/mpiexec.exe" \
    75         --with-mpi-lib=["${MSMPI_ROOT}/lib/libmsmpi.a"] \
     75        --with-mpi-lib=["-L${MSMPI_ROOT}/lib","-lmsmpi"] \
    7676        --with-mpi-include=["${MSMPI_ROOT}/include"] \
    7777        --download-fblaslapack=1 \
  • issm/trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab

    r27994 r27995  
    3131#List of external packages to be installed and their installation scripts
    3232EXTERNALPACKAGES="
    33         msmpi           install-static.sh
    34         petsc           install-3.14-win-msys2-mingw-msmpi.sh
     33        msmpi           install.sh
     34        petsc           install-3.14-win-msys2-mingw-msmpi-static.sh
    3535        triangle        install-win-msys2-mingw-static.sh
    3636        chaco           install-win-msys2-mingw.sh
Note: See TracChangeset for help on using the changeset viewer.