On Feb 9, 2013, at 8:28 AM, Greg Landrum <[email protected]> wrote:
> On Sat, Feb 9, 2013 at 5:13 PM, William G. Scott <[email protected]> wrote: >> >> >> I suspect they wanted to migrate to boost.cmake. Will rdkit build with that >> (I couldn't get it to work, but that doesn't mean a whole lot…). >> > > boost.cmake is kind of a strange beast. I was pretty excited when it > first appeared, but it seems to have never been accepted/taken up by > the boost community. I thought it was kind of languishing, but from > the wiki (https://svn.boost.org/trac/boost/wiki/CMakeModularizationStatus) > it seems there is actually something going on. Interesting. > >> If so, what is the minimum version that is compatible? > > CMakeLists.txt in $RDBASE looks for at least 1.39. I don't think that > I have added anything since then that would change that. > > -greg Switching to the dylib enabled me to discover the underlying problem, which was (my) boost was linking to the wrong python. My after-the-fact repair, i.e., install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python /sw/lib/python2.7/config/libpython2.7.dylib libboost_python.dylib fixed it! Thank you for setting me in the right direction. I'll probably have to annoy you some more as I ready the package for prime time. Again, many thanks for your help. Bill ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

