Hi Greg,

That is what I did:
mkdir build (under  /usr/local/src/RDKit_2015_03_1/)
cd build
cmake ..

But I got the error message ""CMake Error: The source directory
"/usr/local/src" does not appear to contain CMakeLists.txt."

I also followed the instructions in RDKit install documentation for RHEL. I
have spent a lot time on installing RDKit on our system, but kept getting
the error messages. I also have contacted RHEL, and they suggested me to
reach RDKit community. That is why I have to ask help from rdkit-discuss
Thank you for your help.

Best,
Hong


On Thu, Nov 26, 2015 at 10:08 AM, Greg Landrum <[email protected]>
wrote:

> Hi Hong,
>
> I believe that Riccardo has hit the nail exactly on the head, but that you
> are still either executing the cmake command from the wrong directory or
> executing the wrong cmake command. You need to create a directory
> /usr/local/src/RDKit_2015_03_1/build, cd into that directory, and run
> "cmake .." from there.
>
> The RDKit "Install" documentation includes step-by-step instructions for
> what you're trying to do:
> http://rdkit.org/docs/Install.html#fedora-centos-and-rhel
> and
> http://rdkit.org/docs/Install.html#building-the-rdkit
>
> I believe that if you read these and follow them carefully, you're likely
> to end up with a successful build.
>
> Best,
> -greg
>
>
>
>
>
>
>
>
> On Thu, Nov 26, 2015 at 3:56 PM, Hong Wang <[email protected]> wrote:
>
>> Hi Riccardo,
>>
>> Thanks for your reply. I tried what you suggested. But I got the
>> following error:
>>
>> "CMake Error: The source directory "/usr/local/src" does not appear to
>> contain CMakeLists.txt."
>>
>> Best,
>> Hong
>>
>>
>> On Thu, Nov 26, 2015 at 8:49 AM, Riccardo Vianello <
>> [email protected]> wrote:
>>
>>> Hi Hong,
>>>
>>> if /usr/local/src/RDKit_2015_03_1 is the top directory of the RDKit
>>> distribution then I think you should probably move your build one directory
>>> up and run cmake from inside /usr/local/src/RDKit_2015_03_1/build/
>>> (instead of /usr/local/src/RDKit_2015_03_1/rdkit/build/).
>>>
>>> Best,
>>> Riccardo
>>>
>>>
>>>
>>
>
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to