Changeset 27045
- Timestamp:
- 06/02/22 15:27:02 (3 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gsl/install-javascript.sh
r25860 r27045 3 3 4 4 5 ## TODO:6 # - Revisit enviroment variables (especially EMCC_CFLAGS) once support for7 # Fortran has been accomplished.8 #9 10 5 ## Constants 11 6 # 12 VER=" 1.15"7 VER="2.27" 13 8 14 9 PREFIX="${ISSM_DIR}/externalpackages/gsl/install" # Set to location where external package should be installed … … 21 16 export RANLIB=emranlib 22 17 #export EMCC_DEBUG=1 # Uncomment to enable debugging 23 export EMCC_CFLAGS="-s ERROR_ON_UNDEFINED_SYMBOLS=0" # Required after v1.38.14 to avoid undefined symbol warnings from our Fortran object files being treated as errors24 18 25 19 # Source Emscripten environment -
issm/trunk-jpl/externalpackages/triangle/install-linux-javascript.sh
r25864 r27045 2 2 set -eu 3 3 4 5 # TODO:6 # - Revisit enviroment variables (especially EMCC_CFLAGS) once support for7 # Fortran has been accomplished.8 #9 4 10 5 # Constants … … 19 14 export RANLIB=emranlib 20 15 #export EMCC_DEBUG=1 # Uncomment to enable debugging 21 export EMCC_CFLAGS="-s ERROR_ON_UNDEFINED_SYMBOLS=0" # Required after v1.38.14 to avoid undefined symbol warnings from our Fortran object files being treated as errors22 16 23 17 # Source Emscripten environment
Note:
See TracChangeset
for help on using the changeset viewer.