Ok, the error is: make[1]: *** No rule to make target '/home/navid/gromacs/lib/libgromacs.so' so it seems like /home/navid/gromacs/lib/libgromacs.so isn't there or not readable or something like that!
You can tell CMake, which library to use by setting -D GROMACS_LIBRARY=/path/to/libgromacs.so Or you can build an internal version of gromacs with VOTCA by setting -DBUILD_OWN_GROMACS=ON. Or as I said early just install the VOTCA version, which comes with Ubuntu. Christoph On Mon, Dec 3, 2018 at 3:30 PM Navid KhademAbbasi <[email protected]> wrote: > > sure, > sorry, I'm not professional in Ubuntu that's why I'm asking too many. > > On Tue, Dec 4, 2018 at 1:41 AM Christoph Junghans <[email protected]> wrote: >> >> On Mon, Dec 3, 2018 at 2:19 PM Navid KhademAbbasi >> <[email protected]> wrote: >> > >> > Dear Dr. Junghans >> > my previous problem solved but in general installation, for "cmake >> > -DBUILD_CSGAPPS=ON -DBUILD_CTP=ON -DBUILD_XTP=ON >> > -DCMAKE_INSTALL_PREFIX=${prefix} .." command I had this error message >> > which was the attachment file. >> >> Just read the error message, for some reason your gromacs installation >> wasn't found! Can you post your CMakeError.txt? >> >> Also if you don't need xtp and ctp, you can do -DBUILD_CTP=OFF and >> -DBUILD_XTP=OFF. >> >> Also on Ubuntu if you don't develop, you can just do: >> $ apt-get install votca-csg >> >> Christoph >> >> > Regards, >> > N. Khademabbasi >> > >> > >> > On Mon, Dec 3, 2018 at 2:44 AM Navid KhademAbbasi >> > <[email protected]> wrote: >> >> >> >> Thank you for your response, >> >> my current Ubuntu version is 18.5 >> >> Yes, I just work with the CSG. >> >> >> >> On Mon, Dec 3, 2018 at 2:39 AM Christoph Junghans <[email protected]> >> >> wrote: >> >>> >> >>> >> >>> >> >>> On Sun, Dec 2, 2018 at 16:05 Navid KhademAbbasi >> >>> <[email protected]> wrote: >> >>>> >> >>>> Hi everyone, >> >>>> I am trying to install the dependencies for core functionality of >> >>>> ((apt-get install make cmake git g++ libexpat-dev libfftw3-dev >> >>>> libgsl-dev libboost-all-dev txt2tags libsqlite3-dev octave gnuplot >> >>>> python-numpy libhdf5-dev graphviz pkg-config psmisc libint2-dev >> >>>> libeigen3-dev libxc-dev libceres-dev libgromacs-dev gromacs-openmpi)), >> >>>> on Ubuntu and I've found the error message like "can't find >> >>>> libint2-dev" then I've searched this library, but I can't find it. >> >>>> I would be glad if you help me in this field. >> >>> >> >>> What version of ubuntu is this? >> >>> >> >>> And libint2 is only needed for xtp, so for csg just go ahead without it! >> >>> >> >>> Christoph >> >>>> >> >>>> >> >>>> Thanks >> >>>> >> >>>> Navid Khademabbasi >> >>>> >> >>>> -- >> >>>> You received this message because you are subscribed to the Google >> >>>> Groups "votca" group. >> >>>> To unsubscribe from this group and stop receiving emails from it, send >> >>>> an email to [email protected]. >> >>>> To post to this group, send email to [email protected]. >> >>>> Visit this group at https://groups.google.com/group/votca. >> >>>> For more options, visit https://groups.google.com/d/optout. >> >>> >> >>> -- >> >>> Christoph Junghans >> >>> Web: http://www.compphys.de >> >>> >> >>> -- >> >>> You received this message because you are subscribed to the Google >> >>> Groups "votca" group. >> >>> To unsubscribe from this group and stop receiving emails from it, send >> >>> an email to [email protected]. >> >>> To post to this group, send email to [email protected]. >> >>> Visit this group at https://groups.google.com/group/votca. >> >>> For more options, visit https://groups.google.com/d/optout. >> > >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "votca" group. >> > To unsubscribe from this group and stop receiving emails from it, send an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at https://groups.google.com/group/votca. >> > For more options, visit https://groups.google.com/d/optout. >> >> >> >> -- >> Christoph Junghans >> Web: http://www.compphys.de >> >> -- >> You received this message because you are subscribed to the Google Groups >> "votca" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/votca. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
