MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
646 stars 147 forks source link

boost/config.hpp: No such file or directory compilation terminated. #1

Closed emanhamed closed 5 years ago

emanhamed commented 5 years ago

I'm trying to install MPI-IS but I'm facing this problem and this is what I'm getting ''' /mesh-master/build/temp.linux-x86_64-2.7/CGAL-4.7/include/CGAL/config.h:85:28: fatal error: boost/config.hpp: No such file or directory compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Makefile:48: recipe for target 'temporary_test/package_creation' failed make: *** [temporary_test/package_creation] Error 1 ''' Can you help me with that please ?

infoshoc commented 5 years ago

@emanhamed I think you need to install boost (https://www.boost.org). On Mac Os it is

brew install boost

P.S. I just wanted to open the same issue. @anuragranj, could you please mention dependency on boost in README? Thank you

anuragranj commented 5 years ago

Thanks @infoshoc . Resolved in commit 7f5ea6cc58a67d6e249d018f1e6886341afa51f4

@emanhamed : Does it resolve your installation?

raffienficiaud commented 5 years ago

In fact, Boost does not need to be installed, it is a header only dependency. I will update the online doc soonish.

emanhamed commented 5 years ago

@anuragranj Yes, it is solved now. Also, can you provide the code for doing the synthetic sampling to generate new data?

anuragranj commented 5 years ago

Cool. We will resolve the sampling issue here #https://github.com/anuragranj/coma/issues/3

emanhamed commented 5 years ago

great! Thank you