Changeset 23164


Ignore:
Timestamp:
08/22/18 15:29:33 (7 years ago)
Author:
jdquinn
Message:

CHG: Added path to Python and NumPy (needed during compilation of Emscripten)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/jenkins/linux64_ross_javascript ΒΆ

    r23155 r23164  
    55
    66#ISSM CONFIGURATION
     7#NOTE: Although Python and NumPy are not strictly used to run ISSM under the Javascript build, Python is used in the compilation of Emscripten
    78ISSM_CONFIG='--prefix="$ISSM_DIR" \
    89    --disable-shared \
    910    --with-javascript \
     11        --with-python-dir=/usr \
     12        --with-python-numpy-dir=/home/jenkins/.local/lib/python2.7/site-packages/numpy \
    1013    --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install-javascript" \
    1114    --with-gsl-dir="$ISSM_DIR/externalpackages/gsl/install-javascript" \
Note: See TracChangeset for help on using the changeset viewer.