Ignore:
Timestamp:
12/28/21 15:09:04 (3 years ago)
Author:
jdquinn
Message:

BUG: Need to use PROJ 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/proj/install-6.sh

    r26418 r26752  
    1313export CC=mpicc
    1414export CXX=mpicxx
     15
    1516# NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently
    16 #               requires,
     17# requires,
    1718#
    18 #                       SQLITE3_LIBS="-lsqlite3".
     19#       SQLITE3_LIBS="-lsqlite3".
    1920#
    20 #               On Ubuntu Linux, install the SQLite3 binary, libraries and headers
    21 #               with,
     21# On Ubuntu Linux, install the SQLite3 binary, libraries and headers with,
    2222#
    23 #                       `apt-get install sqlite3 libsqlite3-dev`
     23#       apt-get install sqlite3 libsqlite3-dev
    2424#
    2525export SQLITE3_LIBS="-lsqlite3"
Note: See TracChangeset for help on using the changeset viewer.