Changeset 26094
- Timestamp:
- 03/14/21 19:20:24 (4 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/petsc/install-3.14-win-msys2-mingw-msmpi.sh ¶
r26093 r26094 83 83 make 84 84 make install 85 86 # # NOTE:87 # # - Hack to recover from failed installation (appears to happen only on Windows88 # # when reproducing symbolic links in destination directory) rather than89 # # trying to patch src/config/install.py90 # #91 # if [ $? -ne 0 ]; then92 # make install93 # fi -
TabularUnified issm/trunk-jpl/jenkins/jenkins.sh ¶
r26092 r26094 369 369 done 370 370 echo "DONE!" 371 elif [[ "${OS}" == MINGW*]]; then371 elif [[ ${MINGW} -eq 1 ]]; then 372 372 # NOTE: The PID query used here may work as well on Cygwin. If so, combine the two conditional blocks. 373 373 sleep 5;
Note:
See TracChangeset
for help on using the changeset viewer.