| Rev | Line |   | 
|---|
| [24593] | 1 | #--------------------#
 | 
|---|
 | 2 | # ISSM Configuration #
 | 
|---|
 | 3 | #--------------------#
 | 
|---|
| [24412] | 4 | 
 | 
|---|
 | 5 | ISSM_CONFIG='\
 | 
|---|
| [24632] | 6 |         --prefix=${ISSM_DIR} \
 | 
|---|
 | 7 |         --disable-shared \
 | 
|---|
 | 8 |         --enable-development \
 | 
|---|
 | 9 |         --enable-debugging \
 | 
|---|
 | 10 |         --with-javascript \
 | 
|---|
 | 11 |         --without-fortran \
 | 
|---|
| [25089] | 12 |         --without-Gia \
 | 
|---|
| [24632] | 13 |         --without-Love \
 | 
|---|
 | 14 |         --without-kml \
 | 
|---|
 | 15 |         --without-kriging \
 | 
|---|
 | 16 |         --with-gsl-dir="${ISSM_DIR}/externalpackages/gsl/install-javascript" \
 | 
|---|
 | 17 |         --with-triangle-dir="${ISSM_DIR}/externalpackages/triangle/install-javascript" \
 | 
|---|
| [24412] | 18 | '
 | 
|---|
 | 19 | 
 | 
|---|
| [24593] | 20 | #-------------------#
 | 
|---|
 | 21 | # External Packages #
 | 
|---|
 | 22 | #-------------------#
 | 
|---|
 | 23 | 
 | 
|---|
 | 24 | EXTERNALPACKAGES="
 | 
|---|
| [24632] | 25 |         autotools       install-debian-linux.sh
 | 
|---|
 | 26 |         cmake           install.sh
 | 
|---|
 | 27 |         emscripten      install.sh
 | 
|---|
 | 28 |         gsl                     install-javascript.sh
 | 
|---|
 | 29 |         triangle        install-linux-javascript.sh
 | 
|---|
 | 30 |         shell2junit     install.sh
 | 
|---|
| [24593] | 31 | "
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | #---------#
 | 
|---|
 | 34 | # Testing #
 | 
|---|
 | 35 | #---------#
 | 
|---|
 | 36 | 
 | 
|---|
| [24412] | 37 | # Test suites
 | 
|---|
 | 38 | MATLAB_TEST=0
 | 
|---|
 | 39 | PYTHON_TEST=0
 | 
|---|
 | 40 | JAVASCRIPT_TEST=1
 | 
|---|
 | 41 | EXAMPLES_TEST=0
 | 
|---|
 | 42 | 
 | 
|---|
 | 43 | # Number of CPUs used in ISSM compilation
 | 
|---|
 | 44 | #
 | 
|---|
 | 45 | # NOTE: One is usually safer as some packages are very sensitive to parallel
 | 
|---|
| [24632] | 46 | #               compilation.
 | 
|---|
| [24412] | 47 | #
 | 
|---|
 | 48 | NUMCPUS_INSTALL=8
 | 
|---|
 | 49 | 
 | 
|---|
 | 50 | # Number of CPUs used in the nightly runs
 | 
|---|
 | 51 | NUMCPUS_RUN=2
 | 
|---|
 | 52 | 
 | 
|---|
 | 53 | # Nightly run options
 | 
|---|
 | 54 | #
 | 
|---|
 | 55 | # See documentation in test/NightlyRun/runme.* for more information.
 | 
|---|
 | 56 | #
 | 
|---|
 | 57 | MATLAB_NROPTIONS=""
 | 
|---|
 | 58 | PYTHON_NROPTIONS=""
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.