Ignore:
Timestamp:
07/30/21 00:24:39 (4 years ago)
Author:
jdquinn
Message:

CHG: Cleanup following switch to PROJ 8

File:
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/proj/install-8-static-with_tests.sh

    r26368 r26369  
    55# Constants
    66#
    7 VER="6.2.1"
     7VER="8.1.0"
    88
    99PREFIX="${ISSM_DIR}/externalpackages/proj/install" # Set to location where external package should be installed
     
    1313export CC=mpicc
    1414export CXX=mpicxx
    15 # NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently
    16 #               requires,
    17 #
    18 #                       SQLITE3_LIBS="-lsqlite3".
    19 #
    20 #               On Ubuntu Linux, install the SQLite3 binary, libraries and headers
    21 #               with,
    22 #
    23 #                       `apt-get install sqlite3 libsqlite3-dev`
    24 #
    25 export SQLITE3_LIBS="-lsqlite3"
    2615
    2716# Cleanup
     
    4534        --disable-dependency-tracking \
    4635        --enable-fast-install \
    47         --disable-shared
     36        --disable-shared \
     37        --disable-libtiff
    4838
    4939# Compile and install
Note: See TracChangeset for help on using the changeset viewer.