Sorry for resurrecting this topic, but I just realized the Q4 2009
release tarball do not compile out of the box due to the previously
discussed PYTHON_PATH/PYTHON_DIR trick.

Basically, I need to apply this:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d58237c..86c0f43 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ if(RDK_BUILD_PYTHON_WRAPPERS)
   #-------
   # pull in python:
   find_package(PythonLibs)
-  include_directories(${PYTHON_INCLUDE_DIR})
+  include_directories(${PYTHON_INCLUDE_PATH})
   link_directories(${PYTHON_LIBRARIES})
   find_package(NumPy REQUIRED)
   include_directories(${PYTHON_NUMPY_INCLUDE_PATH})

to let the build proceed as expected.

HTH

Gianluca

-- 
Gianluca Sforna

http://morefedora.blogspot.com
http://www.linkedin.com/in/gianlucasforna

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to