source:
issm/oecreview/Archive/13393-13976/ISSM-13407-13408.diff@
14312
Last change on this file since 14312 was 13980, checked in by , 12 years ago | |
---|---|
File size: 1.0 KB |
-
../trunk-jpl/externalpackages/adolc/install-update-dev.sh
1 #!/bin/bash 2 set -eu 3 4 #This script is very specific to the larour larsen nightly using adolc. 5 #It relies on just an update of adolc, and symlink to an existing adolc 6 #repo. 7 8 #Some cleanup 9 rm -rf install adolc_v220_issm 10 11 #symlink: 12 ln -s /u/astrid-r1b/larour/issm-uci/trunk-jpl/externalpackages/adolc/adolc_v220_issm ./adolc_v220_issm 13 14 #update and compile 15 cd adolc_v220_issm 16 git pull 17 18 autoreconf -f -i 19 ./configure --prefix=$ISSM_DIR/externalpackages/adolc/install 20 21 if [ $# -eq 0 ]; then 22 make 23 else 24 make -j $1 25 fi 26 make install
Note:
See TracBrowser
for help on using the repository browser.