[llvm-commits] [polly] r149372 - /polly/trunk/www/polly.sh
Tobias Grosser
grosser at fim.uni-passau.de
Tue Jan 31 00:50:20 PST 2012
Author: grosser
Date: Tue Jan 31 02:50:19 2012
New Revision: 149372
URL: http://llvm.org/viewvc/llvm-project?rev=149372&view=rev
Log:
polly.sh: Do not automatically install scoplib either.
It is only needed for PoCC. We may update our openscop support which is
expected to be wider used. If this is the case we could automatically build
openscop.
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=149372&r1=149371&r2=149372&view=diff
==============================================================================
--- polly/trunk/www/polly.sh (original)
+++ polly/trunk/www/polly.sh Tue Jan 31 02:50:19 2012
@@ -7,7 +7,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
if [ -e /proc/cpuinfo ]; then
procs=`cat /proc/cpuinfo | grep processor | wc -l`
@@ -37,14 +36,6 @@
make install
cd ${BASE}
-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
- cd ${SCOPLIB_DIR}
- ./configure --enable-mp-version --prefix=${SCOPLIB_DIR}/usr
- make -j${procs} -l${procs} && make install
-fi
-
mkdir -p ${LLVM_BUILD}
cd ${LLVM_BUILD}
More information about the llvm-commits
mailing list