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

Build fails with recent versions of Boost. #1

Open
bkesk opened this issue May 19, 2022 · 0 comments
Open

Build fails with recent versions of Boost. #1

bkesk opened this issue May 19, 2022 · 0 comments

Comments

@bkesk
Copy link
Owner

bkesk commented May 19, 2022

When compiling against recent versions of boost (tested on the most recent version 1.79.0), many C++ related warnings / errors are raised by the compiler (test with GCC). This is due to the adoption of the C++17 standard in Boost at some point while the Makefile invokes the C++11 standard. This is easily fixed by updating the Makefile to compile using C++17.

It would be even better to make a singularity file to make building / deploying easier.

bkesk pushed a commit that referenced this issue May 1, 2024
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

1 participant