Skip to content
Snippets Groups Projects
Select Git revision
  • 0cff7656c27d34834727b1296e4d004deeec1f38
  • master default protected
  • compilation2022apr
  • ISEI_3_5_1
  • VERSION_3_9-alba
  • VERSION_3_9-Indus2
  • Jianfeng
  • VERSION-3_10
  • VERSION-3_9_1
  • VERSION-3_9_alba
  • VERSION-3_9_Indus2
  • VERSION-3_9
  • VERSION-3_8
  • VERSION-3_7
  • ISEI_3_5_1-PATCH_2
  • ISEI_3_5_1-PATCH_1
  • PROD_3_5_1
  • VERSION_3_6prerelease2
  • VERSION_3_6prerelease
  • VERSION-3_5
  • tracy
21 results

make_for_isei.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    make_for_isei.sh 439 B
    #!/bin/sh
    
    dir=`pwd`
    
    #NUM_REC="$dir/num_rec"
    
    #INSTALL="/usr/bin/install"
    
    TRACY="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 aclocal.m4
    
    make distclean
    
    ./bootstrap
    FFLAGS="-O2  -Wall -fbounds-check" CXXFLAGS="-O2  -Wall -fno-implicit-templates" CC=icc F77=ifort CXX=icc ./configure --prefix=$dir/$TRACY/tracy 
    
    make
    make install