On 1 April 2010 14:53, Noel O'Boyle <[email protected]> wrote:
> On 1 April 2010 14:49, Greg Landrum <[email protected]> wrote:
>> Dear Noel,
>>
>> On Thu, Apr 1, 2010 at 2:09 AM, Noel O'Boyle <[email protected]> wrote:
>>> Ok, I had to run the following after unzipping boost:
>>>
>>> ./bootstrap.sh --with-libraries=python 
>>> --prefix=/home/user/Tools/cinfony/tree
>>> ./bjam install
>>>
>>> There was no need to download or install bjam separately. The RDKit
>>> build was then configured as follows:
>>>
>>>   cmake .. -DCMAKE_INSTALL_PREFIX=/home/user/Tools/cinfony/tree
>>> -DBoost_INCLUDE_DIR=/home/user/Tools/cinfony/tree/include
>>
>> Thanks for this. I will update the wiki.
>> One question: you didn't provide cmake with any information about
>> where the boost shared libraries are located. Are you sure that things
>> are linked against the correct version of boost?
>
> No they weren't. The truth is that I found it very difficult to
> convince cmake to use the new boost rather than the system one even
> after defining three boost related variables. In the end, I just
> uninstalled the system one.

And I should say that the CMAKE_INSTALL_PREFIX is ignored by RDKit so
there was no need to specify that. One of the core ideas behind CMake
is to separate the source and build trees. However, RDKit insists on
building around the source. It could be a good idea to change this in
future.

- Noel

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to