Changeset 27307
- Timestamp:
- 10/12/22 11:49:58 (2 years ago)
- Location:
- issm/trunk-jpl/externalpackages/petsc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.16-linux.sh
r27202 r27307 25 25 # Configure 26 26 cd ${PETSC_DIR} 27 ./config /configure.py\27 ./configure \ 28 28 --prefix="${PREFIX}" \ 29 29 --PETSC_DIR="${PETSC_DIR}" \ -
issm/trunk-jpl/externalpackages/petsc/install-3.16-mac.sh
r27202 r27307 37 37 # 38 38 cd ${PETSC_DIR} 39 ./config /configure.py\39 ./configure \ 40 40 --prefix="${PREFIX}" \ 41 41 --PETSC_DIR="${PETSC_DIR}" \ -
issm/trunk-jpl/externalpackages/petsc/install-3.17-mac-m1-static.sh
r27202 r27307 40 40 # for gfortran 10 or later (may need to remove it for earlier versions). 41 41 cd ${PETSC_DIR} 42 ./config /configure.py\42 ./configure \ 43 43 --prefix="${PREFIX}" \ 44 44 --PETSC_DIR="${PETSC_DIR}" \ -
issm/trunk-jpl/externalpackages/petsc/install-3.17-mac-m1.sh
r27202 r27307 26 26 # Configure 27 27 cd ${PETSC_DIR} 28 ./config /configure.py\28 ./configure \ 29 29 --prefix="${PREFIX}" \ 30 30 --PETSC_DIR="${PETSC_DIR}" \
Note:
See TracChangeset
for help on using the changeset viewer.