Files
ortools-clone/patches
Corentin Le Molgat cfefe417a0 cmake: bump dependencies
* abseil-cpp 20250512.0
* protobuf v31.0
* re2 2024-07-02
* googletest 1.17.0
* benchmark 1.9.2

devNote: to fix a patch not working
```sh
cd ~/.../ortools_repo
cmake -S. -Bbuild -DBUILD_DEPS=ON -DBUILD_EXAMPLES=OFF -DBUILD_SAMPLES=OFF -DBUILD_TESTING=ON
pushd build/_deps/absl-src
git apply --3way ~/.../ortools_repo/patches/abseil-cpp-20250512.0.patch
git mergetool
git diff HEAD -u > ~/.../ortools_repo/patches/abseil-cpp-20250512.0.patch
cd ..
rm -rf absl-*
popd
<repeat>
```
2025-05-22 03:12:46 +02:00
..
2025-05-22 03:12:46 +02:00
2025-04-07 17:46:43 +02:00
2024-10-11 13:08:03 +02:00
2024-10-11 13:08:03 +02:00
2024-10-11 13:08:03 +02:00
2024-10-11 13:08:03 +02:00
2024-10-11 13:08:03 +02:00
2025-05-22 03:12:46 +02:00
2025-05-22 03:12:46 +02:00
2025-04-21 20:39:52 +02:00