Hello Christoph,

I was able to install Votca 1.2 without FFT, without sqlite3, and with
Votca's Boost. Because In all the computers that I used, I had trouble
with pkg-config, I issued the following commands:

export 
PKG_CONFIG_PATH=$HOME/programs/gsl-1.0/lib/pkgconfig:$HOME/programs/fftw-3.2.1/lib/pkgconfig:$HOME/programs/gromacs-4.5.4/lib/pkgconfig:$HOME/programs/votca-1.2/lib/pkgconfig

export GSL_LIBS=`pkg-config --libs gsl`
export GSL_CFLAGS=`pkg-config --cflags gsl`
export FFTW_LIBS=`pkg-config --libs fftw3`
export FFTW_CFLAGS=`pkg-config --cflags fftw3`
export GMX_LIBS=`pkg-config --libs libgmx`
export GMX_CFLAGS=`pkg-config --cflags libgmx`

./build.sh --clean --prefix $HOME/programs/votca-1.2
-DEXTERNAL_BOOST=OFF -DWITH_SQLITE3=OFF -DWITH_FFTW=OFF
-DCBLAS_LIBRARY=$HOME/programs/gsl-1.0/lib/libgslcblas.so
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON tools

export VOTCA_TOOLS_LIBS=`pkg-config --libs libvotca_tools`
export VOTCA_TOOLS_CFLAGS=`pkg-config --cflags libvotca_tools`

./build.sh --clean --prefix $HOME/programs/votca-1.2
-DEXTERNAL_BOOST=OFF -DWITH_SQLITE3=OFF -DWITH_FFTW=OFF
-DCBLAS_LIBRARY=$HOME/programs/gsl-1.0/lib/libgslcblas.so
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON csg

Nikos

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

Reply via email to