source: issm/oecreview/Archive/13393-13976/ISSM-13407-13408.diff@ 13980

Last change on this file since 13980 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 1.0 KB
RevLine 
[13980]1Index: ../trunk-jpl/externalpackages/adolc/install-update-dev.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/adolc/install-update-dev.sh (revision 0)
4+++ ../trunk-jpl/externalpackages/adolc/install-update-dev.sh (revision 13408)
5@@ -0,0 +1,26 @@
6+#!/bin/bash
7+set -eu
8+
9+#This script is very specific to the larour larsen nightly using adolc.
10+#It relies on just an update of adolc, and symlink to an existing adolc
11+#repo.
12+
13+#Some cleanup
14+rm -rf install adolc_v220_issm
15+
16+#symlink:
17+ln -s /u/astrid-r1b/larour/issm-uci/trunk-jpl/externalpackages/adolc/adolc_v220_issm ./adolc_v220_issm
18+
19+#update and compile
20+cd adolc_v220_issm
21+git pull
22+
23+autoreconf -f -i
24+./configure --prefix=$ISSM_DIR/externalpackages/adolc/install
25+
26+if [ $# -eq 0 ]; then
27+ make
28+else
29+ make -j $1
30+fi
31+make install
32
33Property changes on: ../trunk-jpl/externalpackages/adolc/install-update-dev.sh
34___________________________________________________________________
35Added: svn:executable
36## -0,0 +1 ##
37+*
Note: See TracBrowser for help on using the repository browser.