Changeset 25612


Ignore:
Timestamp:
09/29/20 11:53:33 (4 years ago)
Author:
jdquinn
Message:

BUG: Fixes for latest version of gfortran

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  
    44
    55# 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#
    1011
    1112## Constants
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth.sh

    r25199 r25612  
    3232        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    3333        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
     34        --FFLAGS="-fallow-argument-mismatch" \
    3435        --with-debugging=0 \
    3536        --with-valgrind=0 \
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-static.sh

    r25567 r25612  
    44
    55# 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#
    1011
    1112## Constants
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh

    r25199 r25612  
    3232        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    3333        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
     34        --FFLAGS="-fallow-argument-mismatch" \
    3435        --with-debugging=0 \
    3536        --with-valgrind=0 \
Note: See TracChangeset for help on using the changeset viewer.