Changeset 26378


Ignore:
Timestamp:
08/04/21 08:59:40 (4 years ago)
Author:
jdquinn
Message:

CHG: Adding sqlite lib flag back in

Location:
issm/trunk-jpl/externalpackages/proj
Files:
4 edited

Legend:

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

    r26369 r26378  
    77VER="8.1.0"
    88
    9 PREFIX="${ISSM_DIR}/externalpackages/proj/install" # Set to location where external package should be installed
     9PREFIX="${ISSM_EXT_STATIC_DIR}/proj/install" # Set to location where external package should be installed
    1010
    1111## Environment
     
    1313export CC=mpicc
    1414export CXX=mpicxx
     15
     16# NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently
     17# requires,
     18#
     19#       SQLITE3_LIBS="-lsqlite3".
     20#
     21# On Ubuntu Linux, install the SQLite3 binary, libraries and headers with,
     22#
     23#       `apt-get install sqlite3 libsqlite3-dev`
     24#
     25export SQLITE3_LIBS="-lsqlite3"
    1526
    1627# Cleanup
  • issm/trunk-jpl/externalpackages/proj/install-8-static.sh

    r26369 r26378  
    77VER="8.1.0"
    88
    9 PREFIX="${ISSM_DIR}/externalpackages/proj/install" # Set to location where external package should be installed
     9PREFIX="${ISSM_EXT_STATIC_DIR}/proj/install" # Set to location where external package should be installed
    1010
    1111## Environment
     
    1313export CC=mpicc
    1414export CXX=mpicxx
     15
     16# NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently
     17# requires,
     18#
     19#       SQLITE3_LIBS="-lsqlite3".
     20#
     21# On Ubuntu Linux, install the SQLite3 binary, libraries and headers with,
     22#
     23#       `apt-get install sqlite3 libsqlite3-dev`
     24#
     25export SQLITE3_LIBS="-lsqlite3"
    1526
    1627# Cleanup
  • issm/trunk-jpl/externalpackages/proj/install-8-with_tests.sh

    r26369 r26378  
    77VER="8.1.0"
    88
    9 PREFIX="${ISSM_DIR}/externalpackages/proj/install" # Set to location where external package should be installed
     9PREFIX="${ISSM_EXT_SHARED_DIR}/proj/install" # Set to location where external package should be installed
    1010
    1111## Environment
     
    1313export CC=mpicc
    1414export CXX=mpicxx
     15
     16# NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently
     17# requires,
     18#
     19#       SQLITE3_LIBS="-lsqlite3".
     20#
     21# On Ubuntu Linux, install the SQLite3 binary, libraries and headers with,
     22#
     23#       `apt-get install sqlite3 libsqlite3-dev`
     24#
     25export SQLITE3_LIBS="-lsqlite3"
    1526
    1627# Cleanup
  • issm/trunk-jpl/externalpackages/proj/install-8.sh

    r26369 r26378  
    1313export CC=mpicc
    1414export CXX=mpicxx
     15
     16# NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently
     17# requires,
     18#
     19#       SQLITE3_LIBS="-lsqlite3".
     20#
     21# On Ubuntu Linux, install the SQLite3 binary, libraries and headers with,
     22#
     23#       `apt-get install sqlite3 libsqlite3-dev`
     24#
     25export SQLITE3_LIBS="-lsqlite3"
    1526
    1627# Cleanup
Note: See TracChangeset for help on using the changeset viewer.