Re: [Rdkit-discuss] Building rdkit on Ubuntu 12.10

2013-04-26 Thread JP
Trying to be helpful... A few weeks ago I wrote a blog entry on how to install RDKit on Ubuntu (tested on 12.04, 12.10): http://blopig.com/blog/?p=315 - Jean-Paul Ebejer Early Stage Researcher On 26 April 2013 03:39, Paul Emsley pems...@mrc-lmb.cam.ac.uk wrote: On 25/04/13 23:43, hari

Re: [Rdkit-discuss] Building rdkit on Ubuntu 12.10

2013-04-26 Thread hari jayaram
Thanks JP and Paul, I noticed that I did not modify the pythonpath...I also noticed on the googlecode build page (https://code.google.com/p/rdkit/wiki/WorkingBuilds) that Greg had built it on Ubuntu 12.04 LTS with boost 1.53. I tried to remove the dpkg installed boost files on 12.10 and go with

[Rdkit-discuss] Building rdkit on Ubuntu 12.10

2013-04-25 Thread hari jayaram
Hi I did a export RDBASE=/home/hari/RDKit_2012_09_1 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RDBASE/lib Then cd into the build directory Run cmake .. Then run make At around 24% I get the following error ( see below) I installed the Ubuntu blessed libboost-python1.49-dev Any ideas how to get

Re: [Rdkit-discuss] Building rdkit on Ubuntu 12.10

2013-04-25 Thread Paul Emsley
On 25/04/13 23:43, hari jayaram wrote: Hi I did a export RDBASE=/home/hari/RDKit_2012_09_1 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RDBASE/lib Then cd into the build directory Run cmake .. Then run make At around 24% I get the following error ( see below) I installed the Ubuntu blessed