On Tue, Apr 20, 2010 at 04:59, Greg Landrum <greg.land...@gmail.com> wrote:
> Hi Andrew,
>
> On Mon, Apr 19, 2010 at 12:53 AM, Andrew Dalke
> <da...@dalkescientific.com> wrote:
>> On Apr 18, 2010, at 5:43 PM, Greg Landrum wrote:
>>> As usual: if no problems come up in the next week I will go ahead and
>>> do the actual release.
>>
>> On my Mac OS 10.6 box, no compilation problems.
>>
>>>>> import rdkit.rdBase
>>>>> rdkit.rdBase.rdkitVersion
>> '2010Q1_1pre'
>>>>> rdkit.rdBase.boostVersion
>> '1_41'
>>>>>
>
> Excellent. Thanks for the information.
>
>> This feels much nicer than using the bjam solution. Thanks for the change.
>
> Agreed, the cmake-based system feels somehow better. It's also
> *considerably* faster.
>
>> The only issue seems to be that I don't know how to install the Python files 
>> into my system site-packages. I just don't have the cmake experience.
>>
>
> This is something I haven't looked into yet. I believe it should be
> possible to get everything into site-packages (and perhaps set RDBASE
> automatically in an appropriate manner), but I still need to figure
> out how to do it. Another possibility would be to do the python
> installation using distutils. This has the advantage of being more
> "pythonic", allowing integration with pypi, etc.
>
> It's definitely something to think about for the next release.
>
> -greg

Hi Greg,

why not create an rdkit.pth file that links to $RDBASE in the
site-packages or dist-packages directory? This way the Python files
will be in the system path and accessible to every user. Although a
distutils installation would be nice as well.

Adrian

>
> ------------------------------------------------------------------------------
> Download Intel&#174; 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
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>

------------------------------------------------------------------------------
Download Intel&#174; 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
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to