Changeset 25199
- Timestamp:
- 07/03/20 01:13:57 (5 years ago)
- 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 9 9 ## Constants 10 10 # 11 VER="3. 0.2"11 VER="3.1.1" 12 12 13 13 HDF5_ROOT="${ISSM_DIR}/externalpackages/petsc/install" … … 15 15 PROJ_ROOT="${ISSM_DIR}/externalpackages/proj/install" 16 16 ZLIB_ROOT="${ISSM_DIR}/externalpackages/petsc/install" 17 18 ## Environment 19 # 20 export PREFIX="${ISSM_DIR}/externalpackages/gdal/install" # Need this to properly set destination root for Python libraries on macOS (should not affect Linux build) 17 21 18 22 # Cleanup … … 33 37 cd src 34 38 ./configure \ 35 --prefix="${ISSM_DIR}/externalpackages/gdal/install" \ 39 --prefix="${PREFIX}" \ 40 --enable-fast-install \ 41 --disable-all-optional-drivers \ 36 42 --with-python \ 37 43 --with-libz="${ZLIB_ROOT}" \ -
issm/trunk-jpl/externalpackages/petsc/install-3.12-linux-solid_earth-static.sh
r24919 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 -
issm/trunk-jpl/externalpackages/petsc/install-3.12-linux-solid_earth.sh
r24648 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 -
issm/trunk-jpl/externalpackages/petsc/install-3.12-linux-static.sh
r24644 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 -
issm/trunk-jpl/externalpackages/petsc/install-3.12-linux.sh
r24644 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 -
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 -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-solid_earth.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 … … 36 42 --download-parmetis=1 \ 37 43 --download-scalapack=1 \ 38 --download-mumps=1 44 --download-mumps=1 \ 45 --download-zlib=1 \ 46 --download-hdf5=1 39 47 40 48 # Compile and install -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac-static.sh
r24676 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 -
issm/trunk-jpl/externalpackages/petsc/install-3.12-mac.sh
r24644 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
Note:
See TracChangeset
for help on using the changeset viewer.