Changeset 25616
- Timestamp:
- 09/30/20 10:57:10 (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
r25612 r25616 2 2 set -eu 3 3 4 5 # NOTE: There is a single difference between the Linux and macOS6 # configurations, which is the addition of the -fallow-argument-mismatch7 # and -static-libgfortran options to FFLAGS on the macOS static8 # configurations. For the sake of consistency, we maintain separate files9 # for each, respective Linux and macOS configuration.10 #11 4 12 5 ## Constants … … 44 37 # This has only been added to macOS static builds, but may be needed 45 38 # elsewhere. 39 # - Added -static-libgfortran to all macOS static builds, but this will not 40 # work out of the box on Linux. 46 41 # 47 42 cd src -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth.sh
r25612 r25616 2 2 set -eu 3 3 4 5 # NOTE: There is a single difference between the Linux and macOS6 # configurations, which is the addition of the -static-libgfortran7 # option to FFLAGS on the macOS static configurations. For the sake of8 # consistency, we maintain separate files for each, respective Linux and9 # macOS configuration.10 4 11 5 ## Constants … … 28 22 29 23 # Configure 24 # 25 # NOTE: 26 # - Added -fallow-argument-mismatch to FFLAGS in order to clear, 27 # 28 # error: The Fortran compiler gfortran will not compile files that call 29 # the same routine with arguments of different types. 30 # 31 # for gfortran 10 or later. 32 # 30 33 cd src 31 34 ./config/configure.py \ -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-static.sh
r25612 r25616 2 2 set -eu 3 3 4 5 # NOTE: There is a single difference between the Linux and macOS6 # configurations, which is the addition of the -fallow-argument-mismatch7 # and -static-libgfortran options to FFLAGS on the macOS static8 # configurations. For the sake of consistency, we maintain separate files9 # for each, respective Linux and macOS configuration.10 #11 4 12 5 ## Constants … … 44 37 # This has only been added to macOS static builds, but may be needed 45 38 # elsewhere. 39 # - Added -static-libgfortran to all macOS static builds, but this will not 40 # work out of the box on Linux. 46 41 # 47 42 cd src -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh
r25612 r25616 2 2 set -eu 3 3 4 5 # NOTE: There is a single difference between the Linux and macOS6 # configurations, which is the addition of the -static-libgfortran7 # option to FFLAGS on the macOS static configurations. For the sake of8 # consistency, we maintain separate files for each, respective Linux and9 # macOS configuration.10 4 11 5 ## Constants … … 28 22 29 23 # Configure 24 # 25 # NOTE: 26 # - Added -fallow-argument-mismatch to FFLAGS in order to clear, 27 # 28 # error: The Fortran compiler gfortran will not compile files that call 29 # the same routine with arguments of different types. 30 # 31 # for gfortran 10 or later. 32 # 30 33 cd src 31 34 ./config/configure.py \
Note:
See TracChangeset
for help on using the changeset viewer.