Changeset 25199


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

CHG: Clean up

Location:
issm/trunk-jpl/externalpackages
Files:
4 added
9 deleted
6 edited
2 copied
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gdal/install-3-python-netcdf.sh

    r25198 r25199  
    99## Constants
    1010#
    11 VER="3.0.2"
     11VER="3.1.1"
    1212
    1313HDF5_ROOT="${ISSM_DIR}/externalpackages/petsc/install"
     
    1515PROJ_ROOT="${ISSM_DIR}/externalpackages/proj/install"
    1616ZLIB_ROOT="${ISSM_DIR}/externalpackages/petsc/install"
     17
     18## Environment
     19#
     20export PREFIX="${ISSM_DIR}/externalpackages/gdal/install" # Need this to properly set destination root for Python libraries on macOS (should not affect Linux build)
    1721
    1822# Cleanup
     
    3337cd src
    3438./configure \
    35         --prefix="${ISSM_DIR}/externalpackages/gdal/install" \
     39        --prefix="${PREFIX}" \
     40        --enable-fast-install \
     41        --disable-all-optional-drivers \
    3642        --with-python \
    3743        --with-libz="${ZLIB_ROOT}" \
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-linux-solid_earth-static.sh

    r24919 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
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-linux-solid_earth.sh

    r24648 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
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-linux-static.sh

    r24644 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
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-linux.sh

    r24644 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
  • 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
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth.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
     
    3642        --download-parmetis=1 \
    3743        --download-scalapack=1 \
    38         --download-mumps=1
     44        --download-mumps=1 \
     45        --download-zlib=1 \
     46        --download-hdf5=1
    3947
    4048# Compile and install
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-static.sh

    r24676 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
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh

    r24644 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
Note: See TracChangeset for help on using the changeset viewer.