Ignore:
Timestamp:
07/03/20 01:13:57 (5 years ago)
Author:
jdquinn
Message:

CHG: Clean up

File:
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth-static.sh

    r25197 r25199  
    22set -eu
    33
     4
     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.
    410
    511## Constants
     
    4652        --download-parmetis=1 \
    4753        --download-scalapack=1 \
    48         --download-mumps=1
     54        --download-mumps=1 \
     55        --download-zlib=1 \
     56        --download-hdf5=1
    4957
    5058# Compile and install
Note: See TracChangeset for help on using the changeset viewer.