# re2 must also use the same abseil version, else these two versions will conflict during linking
_re2=re2.override{inheritabseil-cpp;};
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:{
scipopt-scip'=scipopt-scip.overrideAttrs(old:{
patches=old.patchesor[]++[
# from https://github.com/google/or-tools/commit/77a28070b9c4c83995ac6bbfa9544722ff3342ce#diff-c95174a817e73db366d414af1e329c1856f70e5158ed3994d43da88765ccc98f
./scip.patch
@@ -74,7 +75,7 @@ let
# local revert of 58daf511687f191829238fc7f571e08dc9dedf56,
# working around https://github.com/google/or-tools/issues/4911