Christoph,

I got also problems with recent version 1.4rc when compiling on OSX 10.9.5:

tools are compiled and installed smoothly, while csg stops with the 
following error:

In file included from 
/Volumes/Home/Work/votca/csg/src/tools/csg_fmatch.cc:31:

In file included from /Volumes/Home/votca/include/votca/tools/linalg.h:22:

*/Volumes/Home/votca/include/votca/tools/votca_gsl_boost_ublas_matrix_prod.h:25:10:
 
**fatal error: **'gsl/gsl_blas.h' file not found*

#include <gsl/gsl_blas.h>


It looks like gsl_includedir is missing here, because 


CMake Warning:

  Manually-specified variables were not used by the project:


    CBLAS_LIBRARY

    FFTW3_INCLUDE_DIR

    FFTW3_LIBRARY

    GSL_INCLUDE_DIR

    GSL_LIBRARY

    WITH_FFTW

    WITH_GSL

    WITH_SQLITE3


so all those command line options "-DWITH_GSL=ON 
-DGSL_INCLUDE_DIR=/usr/local/gsl/include 
-DGSL_LIBRARY=/usr/local/gsl/lib/libgsl.dylib 
-DCBLAS_LIBRARY=/usr/local/gsl/lib/libgslcblas.dylib" are simply ignored 
when building csg. 

Version 1.3 installs flawlessly with gsl-2.2, fftw-3.3.4 and boost-1.58 
under OSX 10.9.5

--Vitaly 

-- 
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.

Reply via email to