Hi Nikos, there are basically two ways to set the paths to the libraries. 1.) add -DGSL_INCLUDE_DIR=$HOME/programs/gsl-1.0/include -DGSL_LIBRARY=$HOME/programs/gsl-1.0/lib/libgsl.so to the command line of build.sh and the same for FFTW3_INCLUDE_DIR, FFTW3_LIBRARY and GMX_LIBRARY and GMX_INCLUDE_DIR
or 2.) cmake comes with two nice gui's called cmake-gui and ccmake, which can be used to set the paths. $ cd path/to/votca/tools $ cmake-gui . #mind the '.' or $ ccmake . Don't forget to click generate! $ make Cheers, Christoph PS: I just added the '--cmake' option to build.sh to make use for the gui, e.g. $build --cmake ccmake 2011/6/17 Nikos Bentenitis <[email protected]>: > Hi Victor, > > I have had trouble installing version 1.2 mainly because I am not > familiar with cmake. > > I am trying to install Votca at $HOME/programs/votca-1.2 having > installed the prerequisite programs in the following directories: > > GSL: $HOME/programs/gsl-1.0 > FFTW3: $HOME/programs/fftw-3.2.1 > Gromacs: $HOME/programs/gromacs-4.5.3 > And I am using Votca's built-in Boost > > How do I tell build.sh to look for libraries in the above locations? > (all libraries and include directories are in their standard location > for each program) > > Thank you > > Nikos > > On Thu, Jun 16, 2011 at 10:42 AM, Victor Ruehle <[email protected]> wrote: >> Dear all, >> >> finally, after a long day of coding, Votca 1.2 is released under the >> name 'SuperDoris'. >> >> A detailed list of changes can be found here: >> http://www.votca.org/changelog >> >> Expect for many minor enhancements and fixes, the most important >> change is that we switched from autotools to cmake which should >> improve the build process significantly. Further, it is now easier to >> submit csg_inverse to a cluster in cases where one iteration takes >> longer than the Wall time. >> >> Due to a lack of developers we will NOT fix any bugs in votca 1.1.X >> anymore, so we encourage everyone to update or at least to not bug us >> with bugs in the old version anymore ;-) >> >> Cheers, >> >> The VOTCA team >> >> -- >> You received this message because you are subscribed to the Google Groups >> "votca" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/votca?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/votca?hl=en. > > -- Dr. Christoph Junghans Votca Core Developer Web: http://www.votca.org -- You received this message because you are subscribed to the Google Groups "votca" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/votca?hl=en.
