Hi Paul,
Just now getting around to trying this out. The ".." in the command you suggested... Does that actually go in there, or is that a placeholder for some other string of text?
Cheers!
Just now getting around to trying this out. The ".." in the command you suggested... Does that actually go in there, or is that a placeholder for some other string of text?
Cheers!
(06-26-2014, 01:33 PM)pauldacheez Wrote: Huh... The issue's that OpenMP support is being enabled for some reason when current stable versions of Clang don't support it. Sounds like you're using a beta of Xcode 6, which does have a copy of Clang, possibly with partial OpenMP support. Try doing "cmake -DOPENMP=OFF .. && make -j5". (That -j5 is just there to make it use more threads when compiling, of course.)
