2015-10-09 11:14 GMT-06:00 frank Zack <[email protected]>: > Hi. > > Im sorry to bother you again, but the installation is still not working > unless I exclude GSL. > Im not quite sure, but i think i need gsl for force matching and ibi,right? Most stuff incl IBI will work, force-matching and relative entropy method are the two big things which need GSL.
> > Anyway, if i build cg using DWITH_GSL=OFF, no binary csg_inverse is > created. Inside the /bin-directory. > I can only see votca_property, and two bash-files defining the > environment... Well, that just means you have only installed votca-tools so far, but not votca-csg. > > In case Im not excluding GSL I get the error: "... Could not find > cblas_dsyrk in /home/eugen/GSL/lib/libgslcblas.so..." > even though I just downloaded and installed GNU gsl and used > cmake -DGSLCBLAS_LIBRARY=/home/user/GSL/lib/libgslcblas.so > -DGSL_LIBRARY=/home/user/GSL/lib/libgsl.so > -DGSL_INCLUDE=/home/user/GSL/include/ The option looks correct. Can you post the error related to cblas_dsyrk at the end of error log (CMakeFiles/CMakeError.log) Another trick is to tell pkg-config (which is used by cmake internally) where you gsl installation is: $ export PKG_CONFIG_PATH="/home/user/GSL/lib/pkgconfig" and test it with $ pkg-config --libs gsl It should print something like "-L/home/user/GSL/lib -lgsl -lgslcblas -lm" Christoph > > The most uncomfortable installation ever ^^ > Please give me some advice, im hopeless > > regards, > frank. > > > > > -- > 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 http://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 http://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
