Changeset 27997


Ignore:
Timestamp:
11/03/23 20:16:52 (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
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/externalpackages/msmpi/install-static.sh

    r27944 r27997  
    6464# Copy MS-MPI license files to 'license' directory
    6565cp -R ${MSMPI_LIC_DIR}/* ${PREFIX}/license
     66
     67# TODO: Remove all of the following once compilation of a newer version of
     68#               PETSc that does not pick up system DLL is sorted out
     69#
     70
     71# Copy MS-MPI library to 'lib' directory
     72cp ${MSMPI_LIB} ${PREFIX}/lib
     73
     74# Create link to shared library so that libtool can find it
     75cd ${PREFIX}/lib
     76ln -s msmpi.dll libmsmpi.dll
     77
  • TabularUnified issm/trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab

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