Changeset 27996


Ignore:
Timestamp:
11/03/23 17:32:35 (17 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/externalpackages/petsc
Files:
2 edited

Legend:

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

    r27995 r27996  
    7373        --with-proc-filesystem=0 \
    7474        --with-mpiexec="${MPIEXEC_DIR}/mpiexec.exe" \
    75         --with-mpi-lib=["-L${MSMPI_ROOT}/lib","-lmsmpi"] \
    76         --with-mpi-include=["${MSMPI_ROOT}/include"] \
     75        --with-mpi-lib="-L${MSMPI_ROOT}/lib -lmsmpi" \
     76        --with-mpi-include="${MSMPI_ROOT}/include" \
    7777        --download-fblaslapack=1 \
    7878        --download-metis=1 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.14-win-msys2-mingw-msmpi.sh

    r27944 r27996  
    6262        --prefix="${PREFIX}" \
    6363        --PETSC_DIR="${PETSC_DIR}" \
     64        --PETSC_ARCH="${PETSC_ARCH}" \
    6465        --CFLAGS="-fPIC -Wno-error=implicit-function-declaration" \
    6566        --CXXFLAGS="-fPIC" \
     
    7273        --with-proc-filesystem=0 \
    7374        --with-mpiexec="${MPIEXEC_DIR}/mpiexec.exe" \
    74         --with-mpi-lib=["-L${MSMPI_ROOT}/lib","-lmsmpi"] \
    75         --with-mpi-include=["${MSMPI_ROOT}/include"] \
     75        --with-mpi-lib="-L${MSMPI_ROOT}/lib -lmsmpi" \
     76        --with-mpi-include="${MSMPI_ROOT}/include" \
    7677        --download-fblaslapack=1 \
    7778        --download-metis=1 \
Note: See TracChangeset for help on using the changeset viewer.