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 ISL 0.08 will
contain these defines. I have not tested this patch at all: I just
followed what cloog was doing.
Sebastian
Hey Sebastian,
thanks a lot.
# 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.
This should be, "if isl has been requested", no?
Cheers
Tobi