[votca] Re: Installing VOTCA on Centos

2011-09-06 Thread Valentina
Thank you very much, I did get GNU gsl and it worked (till next error - posted into more relevant discussion). Valentina On Sep 5, 8:57 am, Christoph Junghans wrote: > Hi Valentina, > > the cblas thing is a bit misleading, it is only needed by libgsl, so > make sure you have GNU gsl installed. >

Re: [votca] Re: Installing VOTCA on Centos

2011-09-05 Thread Christoph Junghans
Hi Valentina, the cblas thing is a bit misleading, it is only needed by libgsl, so make sure you have GNU gsl installed. gsl comes with its own cblas (libgslcblas), but on some distributions gsl is linked against a different cblas, which why we are searching for it separately. Can you post the en

[votca] Re: Installing VOTCA on Centos

2011-09-02 Thread Valentina
Hello again! My installation on this machine is not going well:( Now I am stuck with CBLAS, that i have installed as both static and shared and I try to compile votca now with this: ./build.sh --dev -DEXTERNAL_BOOST=OFF -DFFTW3_LIBRARY=/usr/local/lib/ libfftw3.so -DCBLAS_LIBRARY=/opt/CBLAS/li

Re: [votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Christoph Junghans
I had another look at your previous email >cmake -DCMAKE_INSTALL_PREFIX=tools -DEXTERNAL_BOOST=OFF - "-DCMAKE_INSTALL_PREFIX=tools", huh? It seems ${prefix} is empty in > ./build.sh --dev -DEXTERNAL_BOOST=OFF -DFFTW3_LIBRARY=/usr/local/lib/ > libfftw3.so --prefix ${prefix} tools csg which is why

[votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Valentina
Yep, I am building with: ./build.sh --dev -DEXTERNAL_BOOST=OFF -DFFTW3_LIBRARY=/usr/local/lib/ libfftw3.so --prefix ${prefix} tools csg But seems there is no libvotca_boost or libvotca_tools.so [root@xena src]# find * -name *libvotca_boost.so* [root@xena src]# find * -name *libvotca_tools.so* [ro

Re: [votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Christoph Junghans
If you build/install votca tools with -DEXTERNAL_BOOST=OFF then there should be a libvotca_boost.so in the place where libvotca_tools.so is. Christoph 2011/8/19 Valentina : > Thank you very much, it worked! till next stage (seems I am gifted for > finding/creating problems) > > > cmake -DCMAKE_IN

[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: TXT2TAGS_EXECUTABL

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, whic

[votca] Re: Installing VOTCA on Centos

2011-08-19 Thread Valentina
Thank you: [root@xena src]# more /opt/votca/src/tools/CMakeFiles/CMakeError.log Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /opt/votca/src/tools/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast" /usr/bi

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 : > Ok, the first part works:) but now I am stuck a little further > > I have fftw3, shared, version 3.3, just fresh

[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

[votca] Re: Installing VOTCA on Centos

2011-08-18 Thread Valentina
Great, thanks! I will try it tomorrow:) V On Aug 18, 8:10 pm, Christoph Junghans wrote: > Hi Valentina, > > it seems you are a bug hunter ;-) > I just found the problem in build.sh, just run ./build.sh --selfupdate > > './build.sh --dev XXX' builds the development version > while './build.sh XX