search for: cloog_include_dir

Displaying 2 results from an estimated 2 matches for "cloog_include_dir".

2013 Jun 28
1
[LLVMdev] [polly] isl-only polly build in cmake
Tobias, Do we have cmake flags to set with -D that will allow polly to build as isl-only (with using cloog) yet? Thanks in advance for any info. Jack
2013 Nov 19
0
[LLVMdev] disabling cloog in llvm 3.4
...vel CMakeLists.txt in polly has... FIND_PACKAGE(Isl REQUIRED) FIND_PACKAGE(Gmp REQUIRED) FIND_PACKAGE(Cloog) FIND_PACKAGE(Pluto) with no cmake option to avoid executing... FIND_PACKAGE(Cloog) I have been deinstalling the fink cloog packages, so that cmake/FindCloog.cmake doesn't find the CLOOG_INCLUDE_DIR/CLOOG_LIBRARY and set CLOOG_FOUND TRUE, as well as passing cmake -DCLOOG_FIND_REQUIRED=0. It would be much cleaner if we had a cmake option that would prevent FIND_PACKAGE(Cloog) from executing in the toplevel CMakeLists.txt. Also, shouldn't the default for polly 3.4 be to disable Cloog so that...