Skip to content

or-tools 9.15#262469

Merged
BrewTestBot merged 2 commits intomainfrom
bump-or-tools-9.15
Jan 12, 2026
Merged

or-tools 9.15#262469
BrewTestBot merged 2 commits intomainfrom
bump-or-tools-9.15

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# What's Changed
## Platforms
* Add Python 3.14 support.

Dependencies

C++

  • abseil-cpp=20250814.1
  • Protobuf=v33.1
  • HiGHS=v1.12.0
  • SCIP=v10.0.0

Changes

New Contributors

Known issues

MacOS

You must use swig <= 4.3.1 to avoid Director issue on python, unfortunately homebrew only provides the "broken" swig 4.4.1
to install swig manually:
first download swig 4.3.1: https://sourceforge.net/projects/swig/files/swig/swig-4.3.1/

# Optional uninstall brew version if any
brew uninstall swig

# Build swig from source and install it
cd /tmp
tar xzvf ~/Downloads/swig-4.3.1.tar.gz
cd swig-4.3.1/
./configure --prefix=${HOME}/swig-4.3.1
make
make install
export PATH="${HOME}/swig-4.3.1/bin:$PATH"
# To check
command -v swig
swig --version

ref: swig/swig#3279

Full Changelog: google/or-tools@v9.14...v9.15

View the full release notes at https://github.com/google/or-tools/releases/tag/v9.15.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Jan 12, 2026
or-tools: remove patches

Signed-off-by: Patrick Linnane <[email protected]>
@p-linnane p-linnane added the ready to merge PR can be merged once CI is green label Jan 12, 2026
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 12, 2026
@BrewTestBot BrewTestBot enabled auto-merge January 12, 2026 19:54
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 12, 2026
Merged via the queue into main with commit 31f8d64 Jan 12, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-or-tools-9.15 branch January 12, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ready to merge PR can be merged once CI is green

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants