diff options
-rw-r--r-- | polly/www/polly.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/polly/www/polly.sh b/polly/www/polly.sh index 87cc03dbbdb..c5137028736 100644 --- a/polly/www/polly.sh +++ b/polly/www/polly.sh @@ -8,7 +8,6 @@ export CLOOG_SRC=${BASE}/cloog_src export CLOOG_INSTALL=${BASE}/cloog_install export LLVM_BUILD=${BASE}/llvm_build export SCOPLIB_DIR=${BASE}/scoplib-0.2.0 -export POCC_DIR=${BASE}/pocc-1.0-rc3.1 if [ -e /proc/cpuinfo ]; then procs=`cat /proc/cpuinfo | grep processor | wc -l` @@ -38,15 +37,6 @@ make make install cd ${BASE} -if ! test -d ${POCC_DIR}; then - wget http://www.cse.ohio-state.edu/~pouchet/software/pocc/download/pocc-1.0-rc3.1-full.tar.gz - tar xzf pocc-1.0-rc3.1-full.tar.gz - cd ${POCC_DIR} - ./install.sh - cd ${BASE} -fi -export PATH=${POCC_DIR}/bin:$PATH - if ! test -d ${SCOPLIB_DIR}; then wget http://www.cse.ohio-state.edu/~pouchet/software/pocc/download/modules/scoplib-0.2.0.tar.gz tar xzf scoplib-0.2.0.tar.gz |