> This is from the time before OpenBabel moved to CMake. I look at the 
> CMakeLists.txt and there is no OpenMP flags there (-fopenmp, -lgomp). 
> Which is the preferred way to do it.

Either edit you CMakeCache.txt (e.g., "ccmake .") after setting up the cmake 
build directory, or declare these as CXX_FLAGS, e.g.,

CXXFLAGS="-fopenmp -lgomp" cmake /path/to/source/dir

Hope that helps,
-Geoff
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to