- Timestamp:
- 07/30/21 00:24:39 (4 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/proj/install-8-static-with_tests.sh
r26368 r26369 5 5 # Constants 6 6 # 7 VER=" 6.2.1"7 VER="8.1.0" 8 8 9 9 PREFIX="${ISSM_DIR}/externalpackages/proj/install" # Set to location where external package should be installed … … 13 13 export CC=mpicc 14 14 export CXX=mpicxx 15 # NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently16 # requires,17 #18 # SQLITE3_LIBS="-lsqlite3".19 #20 # On Ubuntu Linux, install the SQLite3 binary, libraries and headers21 # with,22 #23 # `apt-get install sqlite3 libsqlite3-dev`24 #25 export SQLITE3_LIBS="-lsqlite3"26 15 27 16 # Cleanup … … 45 34 --disable-dependency-tracking \ 46 35 --enable-fast-install \ 47 --disable-shared 36 --disable-shared \ 37 --disable-libtiff 48 38 49 39 # Compile and install
Note:
See TracChangeset
for help on using the changeset viewer.