source: issm/trunk-jpl/jenkins/ross-debian_linux-javascript@ 26102

Last change on this file since 26102 was 26102, checked in by Mathieu Morlighem, 4 years ago

CHG: Gia does not exist anymore, replaced by Sealevelchange

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1#--------------------#
2# ISSM Configuration #
3#--------------------#
4
5ISSM_CONFIG='\
6 --prefix=${ISSM_DIR} \
7 --disable-shared \
8 --enable-development \
9 --enable-debugging \
10 --with-javascript \
11 --without-fortran \
12 --without-Sealevelchange \
13 --without-Love \
14 --without-kml \
15 --without-kriging \
16 --with-gsl-dir="${ISSM_DIR}/externalpackages/gsl/install" \
17 --with-triangle-dir="${ISSM_DIR}/externalpackages/triangle/install" \
18'
19
20#-------------------#
21# External Packages #
22#-------------------#
23
24EXTERNALPACKAGES="
25 autotools install-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
38MATLAB_TEST=0
39PYTHON_TEST=0
40JAVASCRIPT_TEST=1
41EXAMPLES_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#
48NUMCPUS_INSTALL=8
49
50# Number of CPUs used in the nightly runs
51NUMCPUS_RUN=2
52
53# Nightly run options
54#
55# See documentation in test/NightlyRun/runme.* for more information.
56#
57MATLAB_NROPTIONS=""
58PYTHON_NROPTIONS=""
Note: See TracBrowser for help on using the repository browser.