Yes, it exists. But it always installs it into the source directory...

Plus, I managed to compile it, but when I use the iphython notebook and import 
it.
The kernel crashes. Installing RDKit causes lots of troubles, unfortunately.

I would highly appreciate a
conda install rdkit

way of doing it, but that is probably not so easy to realize.

Kind regards
Soren

--
Dr. Soeren Wacker
Centre For Molecular Simulation, BI # 547
The University of Calgary
2500 University Drive (NW)
Calgary, Alberta
Canada, T2N 1N4

Tel.:   ++1 (403) 210 7860
Email:  swac...@ucalgary.ca
________________________________
From: Paul Emsley [pems...@mrc-lmb.cam.ac.uk]
Sent: Wednesday, January 28, 2015 3:13 PM
To: rdkit-devel@lists.sourceforge.net
Subject: Re: [Rdkit-devel] Install RDKit

On 28/01/15 20:14, Soren Wacker wrote:
Hi,

I want to install RDKit to a certain directory.
However, when I am in the source directory and do

md build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/home/.../Programme/RDKit

make
make install

RDKit is build and installed, but not to the directory.
Where is RDKit then located? And why is it ignoring the installation prefix.
That could to be a cmake/make error.



  -DCMAKE_INSTALL_PREFIX=$install_prefix
is the correct form

$ make install
will tell you where it (want to) install things.
Perhaps that will help?

Does /home/.../Programme/RDKit exist?

Paul.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Rdkit-devel mailing list
Rdkit-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-devel

Reply via email to