On Mon, Aug 20, 2018 at 6:58 AM Aditi Khot <[email protected]> wrote: > > Hi, > > When I compiled, I did use -DCMAKE_PREFIX_PATH="the paths for fftw3 and > sqlite3". Do you think using RPATH is necessary? Yes, you need the RPATH, too. CMAKE_PREFIX_PATH is to help CMake find packages, but it won't help you with remembering package once stuff is installed. That is what RPATH is for.
Christoph > > > Thanks, > Aditi. > > -- > 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.
