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,
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:
>
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
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
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
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
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
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?
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
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
10 matches
Mail list logo