We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Makefile for mac os X, set LDFLAGS = -L /usr/local/lib
this should help if you are getting any -lgmp linking issues
The text was updated successfully, but these errors were encountered:
GMP 6.00a or less
Sorry, something went wrong.
@jlerman44 thank you for the mac installation tips!
After 7ab3478 hopefully these additional steps will no longer be necessary.
I think everything works smoothly now!
I got a few of these while solving "Caught exception while solving real LP." Is that just a warning? If so, can close this issue.
Best, Josh
No branches or pull requests
In Makefile for mac os X, set
LDFLAGS = -L /usr/local/lib
this should help if you are getting any -lgmp linking issues
The text was updated successfully, but these errors were encountered: