-
Notifications
You must be signed in to change notification settings - Fork 75
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
Bump build system #598
Bump build system #598
Conversation
volkm
commented
Aug 23, 2024
•
edited
Loading
edited
- Use C++20 and fixed some includes (resolves Support for C++20 #286)
- Bump CMake to 3.22
- Removed support for Debian 11 and Ubuntu 20.04
- Regularly enable CLN and Ginac again for Apple Silicon
This is maybe more general than this PR, but should we indeed still rely on CLN and GiNaC where possible? |
Do we have an idea of the performance difference when using CLN or GMP? |
For the files |
src/storm/modelchecker/results/ExplicitQualitativeCheckResult.cpp
Outdated
Show resolved
Hide resolved
src/storm/modelchecker/results/ExplicitQuantitativeCheckResult.cpp
Outdated
Show resolved
Hide resolved
Left some minor comments, otherwise, LGTM, thanks for your work on this |