| Line | |
|---|
| 1 | #--------------------#
|
|---|
| 2 | # ISSM Configuration #
|
|---|
| 3 | #--------------------#
|
|---|
| 4 |
|
|---|
| 5 | ISSM_CONFIG='\
|
|---|
| 6 | --prefix=${ISSM_DIR} \
|
|---|
| 7 | --disable-shared \
|
|---|
| 8 | --enable-development \
|
|---|
| 9 | --enable-debugging \
|
|---|
| 10 | --with-javascript \
|
|---|
| 11 | --without-fortran \
|
|---|
| 12 | --without-Gia \
|
|---|
| 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" \
|
|---|
| 18 | '
|
|---|
| 19 |
|
|---|
| 20 | #-------------------#
|
|---|
| 21 | # External Packages #
|
|---|
| 22 | #-------------------#
|
|---|
| 23 |
|
|---|
| 24 | EXTERNALPACKAGES="
|
|---|
| 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
|
|---|
| 31 | "
|
|---|
| 32 |
|
|---|
| 33 | #---------#
|
|---|
| 34 | # Testing #
|
|---|
| 35 | #---------#
|
|---|
| 36 |
|
|---|
| 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
|
|---|
| 46 | # compilation.
|
|---|
| 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.