Changeset 27997
- Timestamp:
- 11/03/23 20:16:52 (17 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/msmpi/install-static.sh ¶
r27944 r27997 64 64 # Copy MS-MPI license files to 'license' directory 65 65 cp -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 72 cp ${MSMPI_LIB} ${PREFIX}/lib 73 74 # Create link to shared library so that libtool can find it 75 cd ${PREFIX}/lib 76 ln -s msmpi.dll libmsmpi.dll 77 -
TabularUnified issm/trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab ¶
r27995 r27997 31 31 #List of external packages to be installed and their installation scripts 32 32 EXTERNALPACKAGES=" 33 msmpi install .sh33 msmpi install-static.sh 34 34 petsc install-3.14-win-msys2-mingw-msmpi-static.sh 35 35 triangle install-win-msys2-mingw-static.sh
Note:
See TracChangeset
for help on using the changeset viewer.