Skip to content
Snippets Groups Projects
Commit 3bceecff authored by nadolski's avatar nadolski
Browse files

GEneral path for lib on Isei

parent 26f4b74e
No related branches found
No related tags found
No related merge requests found
...@@ -10,14 +10,16 @@ TRACY="tracy" ...@@ -10,14 +10,16 @@ TRACY="tracy"
cd "$dir/$TRACY" cd "$dir/$TRACY"
export TRACY_LIB="$dir/tracy"
export NUM_REC="/usr/local/applications/physmach/recipes_c-ansi"
rm -rf autom4te.cache rm -rf autom4te.cache
rm -rf aclocal.m4 rm -rf aclocal.m4
make distclean make distclean
./bootstrap ./bootstrap
CC=icc F77=ifort CXX=icc ./configure --prefix=$dir/$TRACY/tracy FFLAGS="-O2 -Wall -fbounds-check" CXXFLAGS="-O2 -Wall -fno-implicit-templates" CC=icc F77=ifort CXX=icc ./configure --prefix=$dir/$TRACY/tracy
FFLAGS="-O2 -Wall -fbounds-check" CXXFLAGS="-O2 -Wall -fno-implicit-templates"
make make
make install make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment