Re: handle isl and cloog in contrib/download_prerequisites

2012-10-08 Thread Manuel López-Ibáñez
On 8 October 2012 09:18, Richard Guenther wrote: > On Mon, Oct 8, 2012 at 3:16 AM, Jonathan Wakely wrote: >> On 7 October 2012 21:31, Manuel López-Ibáñez wrote: >>> On 7 October 2012 22:13, Jonathan Wakely wrote: On Oct 7, 2012 12:00 AM, "NightStrike" wrote: > > On Sat, Oct 6,

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-08 Thread Richard Guenther
On Mon, Oct 8, 2012 at 3:16 AM, Jonathan Wakely wrote: > On 7 October 2012 21:31, Manuel López-Ibáñez wrote: >> On 7 October 2012 22:13, Jonathan Wakely wrote: >>> >>> On Oct 7, 2012 12:00 AM, "NightStrike" wrote: On Sat, Oct 6, 2012 at 7:30 AM, Manuel López-Ibáñez wrote: >

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-07 Thread Jonathan Wakely
On 7 October 2012 21:31, Manuel López-Ibáñez wrote: > On 7 October 2012 22:13, Jonathan Wakely wrote: >> >> On Oct 7, 2012 12:00 AM, "NightStrike" wrote: >>> >>> On Sat, Oct 6, 2012 at 7:30 AM, Manuel López-Ibáñez >>> wrote: >>> > Hi, >>> > >>> > GCC now requires ISL and a very new CLOOG but dow

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-07 Thread Manuel López-Ibáñez
On 7 October 2012 22:38, Steven Bosscher wrote: > On Sun, Oct 7, 2012 at 10:31 PM, Manuel López-Ibáñez > wrote: >> Since isl and cloog need to be >> configured/build in a special way to work with gcc > > They do?? I built isl and cloog on a few compile farm machines without > any special configur

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-07 Thread Steven Bosscher
On Sun, Oct 7, 2012 at 10:31 PM, Manuel López-Ibáñez wrote: > Since isl and cloog need to be > configured/build in a special way to work with gcc They do?? I built isl and cloog on a few compile farm machines without any special configure magic. What problems did you encounter? Ciao! Steven

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-07 Thread Manuel López-Ibáñez
On 7 October 2012 22:13, Jonathan Wakely wrote: > > On Oct 7, 2012 12:00 AM, "NightStrike" wrote: >> >> On Sat, Oct 6, 2012 at 7:30 AM, Manuel López-Ibáñez >> wrote: >> > Hi, >> > >> > GCC now requires ISL and a very new CLOOG but download_prerequisites >> > does not download those. Also, there

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-07 Thread Jonathan Wakely
Resending as plain text so the list doesn't reject it ... On Oct 7, 2012 12:00 AM, "NightStrike" wrote: > > On Sat, Oct 6, 2012 at 7:30 AM, Manuel López-Ibáñez > wrote: > > Hi, > > > > GCC now requires ISL and a very new CLOOG but download_prerequisites > > does not download those. Also, there i

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-06 Thread NightStrike
On Sat, Oct 6, 2012 at 7:30 AM, Manuel López-Ibáñez wrote: > Hi, > > GCC now requires ISL and a very new CLOOG but download_prerequisites > does not download those. Also, there is only one sensible place to As of what version is isl/cloog no longer optional?

Re: handle isl and cloog in contrib/download_prerequisites

2012-10-06 Thread Diego Novillo
On 2012-10-06 13:30 , Manuel López-Ibáñez wrote: +download_prerequisite() { +WHAT=$1 +VERSION=$2 +PACK=$3 +case $PACK in +tar.bz2) TARX="j";; +tar.gz) TARX="z";; +esac GNU tar has not needed 'j' or 'z' for a while. Not sure whether other tars have the sam

handle isl and cloog in contrib/download_prerequisites

2012-10-06 Thread Manuel López-Ibáñez
Hi, GCC now requires ISL and a very new CLOOG but download_prerequisites does not download those. Also, there is only one sensible place to call this script from, so check for that. Also, factorize a bit the code. Tested by using it in the the GCC Compile Farm. I tried to build and install CLOOG