# re2 must also use the same abseil version, else these two versions will conflict during linking
re2'=re2.override{abseil-cpp=abseil-cpp';};
# 77a28070b9c4c83995ac6bbfa9544722ff3342ce renamed the scip cmake target(s) differently
# to what upstream still calls it. Apply this patch to scipopt-scip.
scipopt-scip'=scipopt-scip.overrideAttrs(old:{
patches=old.patchesor[]++[
# from https://github.com/google/or-tools/commit/77a28070b9c4c83995ac6bbfa9544722ff3342ce#diff-c95174a817e73db366d414af1e329c1856f70e5158ed3994d43da88765ccc98f
./scip.patch
];
# Their patch forgets to find_package() soplex, bring it back.