-
Notifications
You must be signed in to change notification settings - Fork 33
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
Can't compile #3
Comments
I changed the cmake command to
FYI, I'm building this in a docker container, on Ubuntu 16.04 using a Dockerfile like:
|
OK, looks like I resolved this by changing the cmake line to:
Updated the Docker file above to reflect the changes. |
@woodbri , Enforced c++1 in CMake requirement. Not sure why your cmake detection dropped out -fopenmp flag (should not happen, perhaps old cmake ? ). Thank your for interest in this little software ! |
Using:
The text was updated successfully, but these errors were encountered: