Skip to content

Conversation

@gchatelet
Copy link
Collaborator

@gchatelet gchatelet commented Jun 23, 2025

No description provided.

Mizux and others added 30 commits May 13, 2025 18:04
* remove swig_python.bzl
* sync cmake/README.md
note: eigen 4.0.0-20241125.bcr.1 is not an official release
ref: https://gitlab.com/libeigen/eigen/-/issues/2907#note_2417354006
* don't use repo name
* Bump abseil-cpp to 20250512.0
* Bump Protobuf to 31.0
* Bump benchmark to 1.9.2
* Bump googletest to 1.17.0
* 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>
```
`absl::bad_any_cast_impl` has been removed
ref: abseil/abseil-cpp@8ce0c88
Mizux and others added 27 commits June 16, 2025 17:55
Add missing iterator typedefs to custom iterator classes when std::iterator
inheritance is deprecated since C++17.

Signed-off-by: Clément Péron <[email protected]>
Fix compilation with iterator with C++ 17
Merge branch 'main' of github.com:google/or-tools
@gchatelet gchatelet closed this Jun 23, 2025
@gchatelet gchatelet deleted the format_python branch June 23, 2025 16:29
@gchatelet
Copy link
Collaborator Author

I messed up pushing this PR... Will send a proper one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants