source: issm/oecreview/Archive/12678-13393/ISSM-13381-13382.diff

Last change on this file was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 833 bytes
RevLine 
[13394]1Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/adolc/install-dev.sh
2===================================================================
3--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/adolc/install-dev.sh (revision 13381)
4+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/adolc/install-dev.sh (revision 13382)
5@@ -4,7 +4,7 @@
6 #Some cleanup
7 rm -rf install adolc_v220_issm
8
9-git clone -b 2.2.0_ISSM git://gitorious.org/~utke/adol-c/adolc_v220_issm.git
10+git clone -b 2.3.x_ISSM git://gitorious.org/~utke/adol-c/adolc_v220_issm.git
11
12 #Compile ADOL-C
13 cd adolc_v220_issm
14@@ -13,6 +13,7 @@
15 ./configure --prefix=$ISSM_DIR/externalpackages/adolc/install \
16 --enable-docexa \
17 --enable-addexa \
18+ --enable-stdczero
19
20 if [ $# -eq 0 ]; then
21 make
Note: See TracBrowser for help on using the repository browser.