Changeset 25612
- Timestamp:
- 09/29/20 11:53:33 (4 years ago)
- Location:
- issm/trunk-jpl/externalpackages/petsc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth-static.sh
r25567 r25612 4 4 5 5 # NOTE: There is a single difference between the Linux and macOS 6 # configurations, which is the addition of the -static-libgfortran 7 # option to FFLAGS on the macOS static configurations. For the sake of 8 # consistency, we maintain separate files for each, respective Linux and 9 # macOS configuration. 6 # configurations, which is the addition of the -fallow-argument-mismatch 7 # and -static-libgfortran options to FFLAGS on the macOS static 8 # configurations. For the sake of consistency, we maintain separate files 9 # for each, respective Linux and macOS configuration. 10 # 10 11 11 12 ## Constants -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth.sh
r25199 r25612 32 32 --prefix="${ISSM_DIR}/externalpackages/petsc/install" \ 33 33 --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \ 34 --FFLAGS="-fallow-argument-mismatch" \ 34 35 --with-debugging=0 \ 35 36 --with-valgrind=0 \ -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-static.sh
r25567 r25612 4 4 5 5 # NOTE: There is a single difference between the Linux and macOS 6 # configurations, which is the addition of the -static-libgfortran 7 # option to FFLAGS on the macOS static configurations. For the sake of 8 # consistency, we maintain separate files for each, respective Linux and 9 # macOS configuration. 6 # configurations, which is the addition of the -fallow-argument-mismatch 7 # and -static-libgfortran options to FFLAGS on the macOS static 8 # configurations. For the sake of consistency, we maintain separate files 9 # for each, respective Linux and macOS configuration. 10 # 10 11 11 12 ## Constants -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh
r25199 r25612 32 32 --prefix="${ISSM_DIR}/externalpackages/petsc/install" \ 33 33 --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \ 34 --FFLAGS="-fallow-argument-mismatch" \ 34 35 --with-debugging=0 \ 35 36 --with-valgrind=0 \
Note:
See TracChangeset
for help on using the changeset viewer.