Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
emanhamed opened this issue Sep 22, 2018 · 6 comments
Closed

Comments

@emanhamed
Copy link

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
Copy link

infoshoc commented Sep 23, 2018

@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
Copy link
Member

Thanks @infoshoc . Resolved in commit 7f5ea6c

@emanhamed : Does it resolve your installation?

@raffienficiaud
Copy link
Member

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

@emanhamed
Copy link
Author

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

@anuragranj
Copy link
Member

Cool. We will resolve the sampling issue here #anuragranj/coma#3

@emanhamed
Copy link
Author

great! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants