Skip to content
Snippets Groups Projects
Select Git revision
  • ac9f4ad89955b1d3d7829f79c0999568f5feeb8d
  • 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_tracy-3.5.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    make_tracy-3.5.sh 236 B
    #!/bin/sh
    
    dir=`pwd`
    
    #NUM_REC="$dir/num_rec"
    
    #INSTALL="/usr/bin/install"
    
    TRACY="tracy"
    
    cd "$dir/$TRACY"
    
    rm -rf autom4te.cache
    rm -rf aclocal.m4
    
    make distclean
    
    ./bootstrap
    ./configure --prefix=$dir/$TRACY/tracy
    
    make
    make install