Changeset 27543


Ignore:
Timestamp:
01/31/23 19:49:20 (2 years ago)
Author:
jdquinn
Message:

BUG: For now, use PETSC 3.12 for Intel-based Mac

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh

    r27202 r27543  
    2323mv petsc-${VER}/* ${PETSC_DIR}
    2424rm -rf petsc-${VER}
     25
     26# Modify source so that Python 3 can be used to compile PETSc
     27sed -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
     30sed -i '' 's|thread.isAlive|thread.is_alive|g' ${PETSC_DIR}/config/BuildSystem/script.py
    2531
    2632# Configure
  • issm/trunk-jpl/jenkins/mac-intel-basic

    r27542 r27543  
    3535        autotools       install-mac.sh
    3636        cmake           install.sh
    37         petsc           install-3.17-mac-intel.sh
     37        petsc           install-3.12-mac.sh
    3838        triangle        install-mac.sh
    3939        chaco           install-mac.sh
Note: See TracChangeset for help on using the changeset viewer.