- Timestamp:
- 03/13/24 11:46:12 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.20-mac-silicon.sh
r28031 r28138 5 5 ## Constants 6 6 # 7 VER="3.20. 2"7 VER="3.20.5" 8 8 9 9 PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" # DO NOT CHANGE THIS … … 45 45 make 46 46 make install 47 48 # Need to make sure classic linker is used (should be able to remove this once MPICH fixes it) 49 if [[ ${LDFLAGS} =~ "-Wl,-ld_classic" ]]; then 50 sed -i'' -e 's/-Wl,-commons,use_dylibs//g' ${PREFIX}/bin/mpicc 51 sed -i'' -e 's/-Wl,-commons,use_dylibs//g' ${PREFIX}/bin/mpicxx 52 fi
Note:
See TracChangeset
for help on using the changeset viewer.