Changeset 27543
- Timestamp:
- 01/31/23 19:49:20 (2 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh
r27202 r27543 23 23 mv petsc-${VER}/* ${PETSC_DIR} 24 24 rm -rf petsc-${VER} 25 26 # Modify source so that Python 3 can be used to compile PETSc 27 sed -i '' 's|#!/usr/bin/env python|#!/usr/bin/env python3|g' ${PETSC_DIR}/config/configure.py 28 29 # Modify source so that Python >= 3.9 can be used to compile PETSc 30 sed -i '' 's|thread.isAlive|thread.is_alive|g' ${PETSC_DIR}/config/BuildSystem/script.py 25 31 26 32 # Configure -
issm/trunk-jpl/jenkins/mac-intel-basic
r27542 r27543 35 35 autotools install-mac.sh 36 36 cmake install.sh 37 petsc install-3.1 7-mac-intel.sh37 petsc install-3.12-mac.sh 38 38 triangle install-mac.sh 39 39 chaco install-mac.sh
Note:
See TracChangeset
for help on using the changeset viewer.