source: TRACY3/trunk/make_for_isei.sh

Last change on this file was 3, checked in by zhangj, 11 years ago

Initiale import

  • Property svn:executable set to *
File size: 439 bytes
Line 
1#!/bin/sh
2
3dir=`pwd`
4
5#NUM_REC="$dir/num_rec"
6
7#INSTALL="/usr/bin/install"
8
9TRACY="tracy"
10
11cd "$dir/$TRACY"
12
13export TRACY_LIB="$dir/tracy"
14export NUM_REC="/usr/local/applications/physmach/recipes_c-ansi"
15
16rm -rf autom4te.cache
17rm -rf aclocal.m4
18
19make distclean
20
21./bootstrap
22FFLAGS="-O2  -Wall -fbounds-check" CXXFLAGS="-O2  -Wall -fno-implicit-templates" CC=icc F77=ifort CXX=icc ./configure --prefix=$dir/$TRACY/tracy
23
24make
25make install
Note: See TracBrowser for help on using the repository browser.