[llvm-commits] [polly] r149370 - /polly/trunk/www/polly.sh

Tobias Grosser grosser at fim.uni-passau.de
Tue Jan 31 00:50:12 PST 2012


Author: grosser
Date: Tue Jan 31 02:50:12 2012
New Revision: 149370

URL: http://llvm.org/viewvc/llvm-project?rev=149370&view=rev
Log:
polly.sh: Do not build PoCC automatically

As we now have a scheduler that works, I do not believe a lot of people need
PoCC right ahead. People who want to do an in depth investigation of the
different schedulers can install it as well manually.

Modified:
    polly/trunk/www/polly.sh

Modified: polly/trunk/www/polly.sh
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/polly.sh?rev=149370&r1=149369&r2=149370&view=diff
==============================================================================
--- polly/trunk/www/polly.sh (original)
+++ polly/trunk/www/polly.sh Tue Jan 31 02:50:12 2012
@@ -8,7 +8,6 @@
 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 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





More information about the llvm-commits mailing list