Index: /issm/trunk-jpl/jenkins/linux64_ross_javascript
===================================================================
--- /issm/trunk-jpl/jenkins/linux64_ross_javascript	(revision 23163)
+++ /issm/trunk-jpl/jenkins/linux64_ross_javascript	(revision 23164)
@@ -5,7 +5,10 @@
 
 #ISSM CONFIGURATION
+#NOTE: Although Python and NumPy are not strictly used to run ISSM under the Javascript build, Python is used in the compilation of Emscripten
 ISSM_CONFIG='--prefix="$ISSM_DIR" \
     --disable-shared \
     --with-javascript \
+	--with-python-dir=/usr \
+	--with-python-numpy-dir=/home/jenkins/.local/lib/python2.7/site-packages/numpy \
     --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install-javascript" \
     --with-gsl-dir="$ISSM_DIR/externalpackages/gsl/install-javascript" \
