Lines Matching refs:ISL
1475 --disable-isl-version-check
1476 disable check for ISL version
1530 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1534 --with-isl=PATH Specify prefix directory for the installed ISL
1536 --with-isl-include=PATH/include plus
1537 --with-isl-lib=PATH/lib
1538 --with-isl-include=PATH Specify directory for installed ISL include files
1539 --with-isl-lib=PATH Specify the directory for the installed ISL library
2754 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
5819 # GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5821 # config/isl.m4
5830 # Check whether --with-isl was given.
5836 # Treat either --without-cloog or --without-isl as a request to disable
5840 # Check for ISL
5843 # Check whether --with-isl-include was given.
5849 # Check whether --with-isl-lib was given.
5855 # Check whether --enable-isl-version-check was given.
5883 && test -d ${srcdir}/isl; then
5884 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5885 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5888 $as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5903 $as_echo_n "checking for version 0.10 of ISL... " >&6; }
5909 #include <isl/version.h>
5914 if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5951 $as_echo_n "checking for version 0.11 of ISL... " >&6; }
5957 #include <isl/version.h>
5962 if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
5999 $as_echo_n "checking for version 0.12 of ISL... " >&6; }
6005 #include <isl/version.h>
6010 if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
6062 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6120 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
6240 # If either the ISL or the CLooG check failed, disable builds of in-tree
6246 noconfigdirs="$noconfigdirs cloog isl"