Hi Animesh,

next time please ask you question via the mailing list.

2014-08-29 10:18 GMT-06:00 Animesh Agarwal <[email protected]>:
> Hi Christoph:
>
>         I have been trying to install VOTCA on HLRN cluster, but it
> says that it is unable to find the requested Boost libraries. I have
> already loaded the boost module on the cluster, by using module load
> boost. I don't know why is it not working. Could you please help me
> with the installation.
You might have to tell cmake, where you boost is located.
$ ./build ... -DBOOST_ROOT=/opt/project/something/boost

You can find out where you boost is located by looking at the output of:
$ module show boost

Usually BOOST_ROOT should set by the module, something like:
$ module show boost
-------------------------------------------------------------------
/etc/modulefiles/boost/1.55.0:

prepend-path LD_LIBRARY_PATH /projects/opt/boost/1.55.0/lib
setenv BOOST_LIBS /projects/opt/boost/1.55.0/lib
setenv BOOST_INCLUDES /projects/opt/boost/1.55.0/include
setenv BOOST_ROOT  /projects/opt/boost/1.55.0
-------------------------------------------------------------------
If BOOST_ROOT isn't set by the module you should contact your HLRN admin.


Cheers,

Christoph


>
>
> Regards
> Animesh

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

Reply via email to