source: dynamico_lmdz/simple_physics/bash/compile_XCodeML.sh @ 4235

Last change on this file since 4235 was 4230, checked in by dubos, 5 years ago

simple_physics : able to run without plugins

  • Property svn:executable set to *
File size: 275 bytes
Line 
1#!/bin/bash
2
3PREFIX=$(pwd)
4ROOT=$(dirname $0)
5ROOT=$(cd -P $ROOT ; pwd)
6
7OMNI=omnicompiler-1.3.2
8
9#echo "prefix : $PREFIX"
10#echo "ROOT   : $ROOT"
11cd $ROOT
12rm -rf ${OMNI}
13tar xjf ${OMNI}.tar.bz2
14cd ${OMNI}
15./configure --prefix=$PREFIX
16make -j 8
17make install
18ls -l $PREFIX/bin
Note: See TracBrowser for help on using the repository browser.