Displaying 1 result from an estimated 1 matches for "dcloog_find_requir".
Did you mean:
dcloog_find_required
2013 Nov 19
0
[LLVMdev] disabling cloog in llvm 3.4
...IRED)
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 it uses an isl-only
build?
Jack