[votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Valentina
Ok, the first part works:) but now I am stuck a little further I have fftw3, shared, version 3.3, just freshly installed [root@xena fftw-3.3]# find /usr -name '*fftw3*.so' -print /usr/local/lib/libfftw3.so /usr/local/lib/libfftw3f.so /usr/local/lib/libfftw3f_threads.so I try to compile against

Re: [votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Christoph Junghans
Hmm, I have not tested fftw 3.3, it must be super new. Can you post the part of your CMakeError.log, which contains the actual error message? Cheers, Christoph 2011/8/19 Valentina valentina_erast...@yahoo.co.uk: Ok, the first part works:) but now I am stuck a little further I have fftw3,

Re: [votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Christoph Junghans
I just tested Votca with fftw 3.3 and it works here. It looks strange to me that in your CMakeError.log it says: Determining if the function fftw_plan_r2r_1d exists in the /usr/local/ lib/libfftw3f.so failed with the following output: 'libfftw3f.so' is the single precision version of fftw, which

[votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Valentina
Thank you very much, it worked! till next stage (seems I am gifted for finding/creating problems) cmake -DCMAKE_INSTALL_PREFIX=tools -DEXTERNAL_BOOST=OFF - DFFTW3_LIBRARY=/usr/local/lib/libfftw3.so - DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON . -- Could NOT find TXT2TAGS (missing: