[cmake] Update CI and build system
- The creation of the library needs to be updated, because otherwise the library is not found by downstream modules.
- Require 2.10 (since the code relies on this for about one year already).
- Update CI config.
Edited by graeser
Merge request reports
Activity
Filter activity
It turned out that since !74 (merged) was merged, dune-solvers requires 2.10. Since this happened one year ago, it does not seem to be a problem for anyone. Hence I'll make the 2.10 requirement explicit. Who ever want's to use dune-solvers with 2.9 has to use an earlier version.
@oliver.sander_at_tu-dresden.de Any objections?
I am not super-happy about forcing the dependency on 2.10 without a good reason. Are there actual failures at the moment when combining the
dune-solvers
master branch with the 2.9 core?If you insist on 2.10, then the commit history of your MR is quite redundant. No need to introduce a dependency on 2.9 just to replace everything by 2.10 right afterwards.
Please register or sign in to reply