Hi. I'm trying to build a build with cmake-2.8.10.2-linux for 'gromacs-4.6.1' as the build target.
First, I extracted gromacs-4.6.1.tar.gz and, create a new folder; build inside the extracted folder. Then, inside build folder, I configured using CMake. $ tar -xvzf gromacs-4.6.1.tar.gz $ cd gromacs-4.6.1 $ mkdir build $ cd build $ cmake .. However, I got an error. -------------------------------------------------------------------------------------------------------------- CMake Error: The source directory "/home/okayuka/Gromacs" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. ----------------------------------------------------------------------------------------------------------------- Inside gromacs-4.6.1 directory, there is certainly CMakeLists.txt. For this, I think cmake mistaking /home/okayuka/Gromacs for /home/okayuka/Gromacs/gromacs-4.6.1 as ' the source directory'. Would you please tell me how correct this mismatch of the source directory? -Yuka -- ********************* 中野佑香 立教大学 理学研究科化学専攻 博士前期課程 1年 理論創薬・分子設計 常盤研究室 〒171-8501 東京都豊島区西池袋3-34-1 4号館4230教室 Email: [email protected] <[email protected]> ********************* -- gmx-users mailing list [email protected] http://lists.gromacs.org/mailman/listinfo/gmx-users * Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/Search before posting! * Please don't post (un)subscribe requests to the list. Use the www interface or send it to [email protected]. * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

