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

Last change on this file since 24412 was 24412, checked in by jdquinn, 5 years ago

CHG: New configs for Debian Linux

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1#-------------------------------#
2# 1: ISSM general configuration #
3#-------------------------------#
4
5# ISSM CONFIGURATION
6ISSM_CONFIG='\
7 --prefix=$ISSM_DIR \
8 --disable-shared \
9 --with-javascript \
10 --without-fortran \
11 --without-GiaIvins \
12 --without-Love \
13 --without-kml \
14 --without-kriging \
15 --with-gsl-dir="$ISSM_DIR/externalpackages/gsl/install-javascript" \
16 --with-triangle-dir="${ISSM_DIR}/externalpackages/triangle/install-javascript" \
17'
18
19# Test suites
20MATLAB_TEST=0
21PYTHON_TEST=0
22JAVASCRIPT_TEST=1
23EXAMPLES_TEST=0
24
25#-----------------------------------#
26# 3: External packages installation #
27#-----------------------------------#
28
29#List of external pakages to be installed and their installation scripts
30EXTERNALPACKAGES="
31 autotools install-debian.sh
32 cmake install.sh
33 emscripten install.sh
34 gsl install-javascript.sh
35 triangle install-javascript.sh
36 shell2junit install.sh
37"
38
39#-----------------#
40# 4: test options #
41#-----------------#
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.