Changeset 26378
- Timestamp:
- 08/04/21 08:59:40 (4 years ago)
- 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 7 7 VER="8.1.0" 8 8 9 PREFIX="${ISSM_ DIR}/externalpackages/proj/install" # Set to location where external package should be installed9 PREFIX="${ISSM_EXT_STATIC_DIR}/proj/install" # Set to location where external package should be installed 10 10 11 11 ## Environment … … 13 13 export CC=mpicc 14 14 export 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 # 25 export SQLITE3_LIBS="-lsqlite3" 15 26 16 27 # Cleanup -
issm/trunk-jpl/externalpackages/proj/install-8-static.sh
r26369 r26378 7 7 VER="8.1.0" 8 8 9 PREFIX="${ISSM_ DIR}/externalpackages/proj/install" # Set to location where external package should be installed9 PREFIX="${ISSM_EXT_STATIC_DIR}/proj/install" # Set to location where external package should be installed 10 10 11 11 ## Environment … … 13 13 export CC=mpicc 14 14 export 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 # 25 export SQLITE3_LIBS="-lsqlite3" 15 26 16 27 # Cleanup -
issm/trunk-jpl/externalpackages/proj/install-8-with_tests.sh
r26369 r26378 7 7 VER="8.1.0" 8 8 9 PREFIX="${ISSM_ DIR}/externalpackages/proj/install" # Set to location where external package should be installed9 PREFIX="${ISSM_EXT_SHARED_DIR}/proj/install" # Set to location where external package should be installed 10 10 11 11 ## Environment … … 13 13 export CC=mpicc 14 14 export 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 # 25 export SQLITE3_LIBS="-lsqlite3" 15 26 16 27 # Cleanup -
issm/trunk-jpl/externalpackages/proj/install-8.sh
r26369 r26378 13 13 export CC=mpicc 14 14 export 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 # 25 export SQLITE3_LIBS="-lsqlite3" 15 26 16 27 # Cleanup
Note:
See TracChangeset
for help on using the changeset viewer.