On Mon, Aug 15, 2011 at 02:23, Tobias Grosser wrote:
>> # Check for CLOOG
>>
>> dnl Provide configure switches and initialize clooginc& clooglibs
>> dnl with user input.
>> CLOOG_INIT_FLAGS
>> +if test "x$with_isl" = "xno"; then
>> + dnl Only execute fail-action, if CLooG has been requested.
On 08/15/2011 08:19 AM, Sebastian Pop wrote:
Hi,
This patch still needs some changes to ISL for the compile time
version check to work:
[#if ISL_VERSION_MAJOR != $1 \
|| ISL_VERSION_MINOR != $2 \
|| ISL_VERSION_REVISION< $3
I am providing this patch for reference, just in case IS