Changeset 24402 for issm/trunk-jpl/jenkins/linux64_ross_javascript
- Timestamp:
- 11/26/19 20:41:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_ross_javascript
r24333 r24402 3 3 #-------------------------------# 4 4 5 # ISSM CONFIGURATION5 # ISSM CONFIGURATION 6 6 ISSM_CONFIG='\ 7 --prefix= "${ISSM_DIR}"\7 --prefix=$ISSM_DIR \ 8 8 --disable-shared \ 9 9 --with-javascript \ … … 17 17 ' 18 18 19 # PYTHON and MATLAB testing19 # Test suites 20 20 MATLAB_TEST=0 21 21 PYTHON_TEST=0 22 22 JAVASCRIPT_TEST=1 23 EXAMPLES_TEST=0 23 24 24 25 #-----------------------------------# … … 27 28 28 29 #List of external pakages to be installed and their installation scripts 29 EXTERNALPACKAGES="autotools install.sh 30 cmake install.sh 31 emscripten install.sh 32 gsl install-javascript.sh 33 triangle install-javascript.sh 34 shell2junit install.sh" 30 EXTERNALPACKAGES=" 31 autotools install.sh 32 cmake install.sh 33 emscripten install.sh 34 gsl install-javascript.sh 35 triangle install-javascript.sh 36 shell2junit install.sh 37 " 35 38 36 39 #-----------------# … … 43 46 # compilation. 44 47 # 45 NUMCPUS_INSTALL= 1048 NUMCPUS_INSTALL=8
Note:
See TracChangeset
for help on using the changeset viewer.