yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #16838
Re: [Question #665049]: error when installing yade on centos
Question #665049 on Yade changed:
https://answers.launchpad.net/yade/+question/665049
Deepak posted a new comment:
i think the boost include files are in : /usr/include/boost and to find the library directory you could search for it using the locate command :
eg.:
locate boost_python.so
would give you the path of the boost libs. You need to add the path for both the include as well as the lib directories.
For example my setup.py file looks like this:
libraries=['boost_python']
library_dirs=['/share/apps/boost_1_57_0-GCC48/lib']
include_dirs=['/kareline/data/deepak/yade/mylibs/eigen_lib/install/include/eigen3','/share/apps/boost_1_57_0-GCC48/include','minieigen']
--
You received this question notification because your team yade-users is
an answer contact for Yade.