[Rdkit-discuss] rdkit OS X fink package

2013-02-08 Thread William G. Scott
Hi RDKit community: First post. I'm trying to make a rdkit package for Fink on OS X. (Fink is a debian-like package management system for OS X). My initial reasons for doing this is rdkit is a new dependency for a Fink package I currently maintain (the molecular graphics display program coot

Re: [Rdkit-discuss] rdkit OS X fink package

2013-02-09 Thread Greg Landrum
Hi Bill, On Sat, Feb 9, 2013 at 4:21 AM, William G. Scott wrote: > > First post. Welcome. :-) > > I'm trying to make a rdkit package for Fink on OS X. (Fink is a debian-like > package management system for OS X). My initial reasons for doing this is > rdkit is a new dependency for a Fink pac

Re: [Rdkit-discuss] rdkit OS X fink package

2013-02-09 Thread William G. Scott
On Feb 9, 2013, at 7:23 AM, Greg Landrum wrote: > It certainly could be. I normally dynamically link against the boost > python lib. It's worth trying using the dynamically linked version and > seeing if it helps. I will do that. > > Out of curiosity, why did you decide not to use whatever

Re: [Rdkit-discuss] rdkit OS X fink package

2013-02-09 Thread Greg Landrum
On Sat, Feb 9, 2013 at 4:36 PM, William G. Scott wrote: >> >> Out of curiosity, why did you decide not to use whatever boost version >> fink normally installs? >> >> -greg > > Fink has boost version 1.35, which I understood to be too old, and > boost1.46.1.cmake, which I never was able to get rdk

Re: [Rdkit-discuss] rdkit OS X fink package

2013-02-09 Thread William G. Scott
On Feb 9, 2013, at 8:10 AM, Greg Landrum wrote: > On Sat, Feb 9, 2013 at 4:36 PM, William G. Scott wrote: >>> >>> Out of curiosity, why did you decide not to use whatever boost version >>> fink normally installs? >>> >>> -greg >> >> Fink has boost version 1.35, which I understood to be too o

Re: [Rdkit-discuss] rdkit OS X fink package

2013-02-09 Thread Greg Landrum
On Sat, Feb 9, 2013 at 5:13 PM, William G. Scott 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

Re: [Rdkit-discuss] rdkit OS X fink package

2013-02-09 Thread William G. Scott
On Feb 9, 2013, at 8:28 AM, Greg Landrum wrote: > On Sat, Feb 9, 2013 at 5:13 PM, William G. Scott 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

Re: [Rdkit-discuss] rdkit OS X fink package

2013-02-09 Thread Greg Landrum
On Sat, Feb 9, 2013 at 6:04 PM, William G. Scott wrote: > > > 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. You're welcome; I'm glad it's working. -greg -