- Timestamp:
- 07/03/20 01:13:57 (5 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth-static.sh
r25197 r25199 2 2 set -eu 3 3 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. 4 10 5 11 ## Constants … … 46 52 --download-parmetis=1 \ 47 53 --download-scalapack=1 \ 48 --download-mumps=1 54 --download-mumps=1 \ 55 --download-zlib=1 \ 56 --download-hdf5=1 49 57 50 58 # Compile and install
Note:
See TracChangeset
for help on using the changeset viewer.