Changeset 24324


Ignore:
Timestamp:
11/11/19 16:23:41 (5 years ago)
Author:
jdquinn
Message:

BUG: Latest release of Emscripten fails due to LLVM bug (locking release for now and filing bug report)

File:
1 edited

Legend:

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

    r24323 r24324  
    88#       - When builtin support for Fortran is available, remove build step
    99#
     10
     11VER="1.38.48" # Set this to "latest", or last tag that works in case of failure
    1012
    1113# Get Emscripten SDK (emsdk) driver if we have not previously installed
     
    2628
    2729# Download and install the latest SDK tools.
    28 ./emsdk install latest
     30./emsdk install $VER
    2931
    3032# Make the "latest" SDK "active" for the current user. (writes ~/.emscripten
    3133# file)
    32 ./emsdk activate latest
     34./emsdk activate $VER
    3335
    3436# Activate PATH and other environment variables in the current terminal
Note: See TracChangeset for help on using the changeset viewer.