Closed wjbaibai closed 6 years ago
boost.numpy is now a part of boost.python so this causes issues like: fatal error: boost/numpy.hpp: No such file or directory
this was solved by editing meshpy.cpp :
"#include source boost/numpy.hpp replaced by boost/python/numpy.hpp all namespaces boost::numpy… replaced by boost::python::numpy
I just install the newest version of boost( 1.65.1), but the package could not find boost.numpy which should be included in new version boost.
Also, it needs python2.7, right?
Wish you guys could help me, it seems useful, but I just cannot figure out.
Here is the info after I try cmake the files: