Changeset 27045


Ignore:
Timestamp:
06/02/22 15:27:02 (3 years ago)
Author:
jdquinn
Message:

BUG: Fixing JavaScript build

Location:
issm/trunk-jpl/externalpackages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gsl/install-javascript.sh

    r25860 r27045  
    33
    44
    5 ## TODO:
    6 # - Revisit enviroment variables (especially EMCC_CFLAGS) once support for
    7 #       Fortran has been accomplished.
    8 #
    9 
    105## Constants
    116#
    12 VER="1.15"
     7VER="2.27"
    138
    149PREFIX="${ISSM_DIR}/externalpackages/gsl/install" # Set to location where external package should be installed
     
    2116export RANLIB=emranlib
    2217#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 errors
    2418
    2519# Source Emscripten environment
  • issm/trunk-jpl/externalpackages/triangle/install-linux-javascript.sh

    r25864 r27045  
    22set -eu
    33
    4 
    5 # TODO:
    6 # - Revisit enviroment variables (especially EMCC_CFLAGS) once support for
    7 #       Fortran has been accomplished.
    8 #
    94
    105# Constants
     
    1914export RANLIB=emranlib
    2015#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 errors
    2216
    2317# Source Emscripten environment
Note: See TracChangeset for help on using the changeset viewer.