-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added options, system includes, funcs and libs #1
base: main
Are you sure you want to change the base?
Conversation
Why adding gmp.h ? not sure we need it... |
Windows typically doesn't have it, even if it has libgmp.dll. Compiling with GMP is much more efficient, according to the GLPK docs, so I'd like to make it a default option if possible |
I find this one more KISS https://github.com/dune-project/dune-common/blob/master/cmake/modules/FindGMP.cmake also there is port for gmp on vcpkg https://github.com/microsoft/vcpkg/tree/master/ports/gmp but it would need some cleanup too |
# Conflicts: # CMakeLists.txt
…the definition weren't found during compilation
… no longer built as libraries
Still a mystery error on the MSBuild CI workflow, but everything else is completing 100%. MSVC build are working fine on my machine, but we've all heard the ol' "it works on my machine" schtick before |
This was unintended, I renamed the branch - didn't think it would delete it |
No description provided.