Files
ortools-clone/patches
Corentin Le Molgat 9cbf09afdf 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 14:42:48 +02:00
..
2025-03-13 15:56:35 +01:00
2025-05-22 14:42:28 +02:00
2025-04-30 15:15:39 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2025-05-22 14:42:48 +02:00
2024-10-14 16:47:46 +02:00
2024-10-01 12:48:20 +02:00
2025-05-22 14:42:48 +02:00
2025-04-21 20:40:32 +02:00
2025-03-13 15:56:35 +01:00