Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[coin-or-cbc] pre-release-version is used #39342

Open
JulZimmermann opened this issue Jun 17, 2024 · 2 comments
Open

[coin-or-cbc] pre-release-version is used #39342

JulZimmermann opened this issue Jun 17, 2024 · 2 comments
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@JulZimmermann
Copy link
Contributor

Is your feature request related to a problem? Please describe.

All the coin-or-* ports use a random trunk commit instead of a released version.

I try to use Googles or-tools lib with dependencies installed via vcpkg. The library has a dependency on coin-or-cbc. The latest official release of coin-or-cbc (2.10.7) works without problems.

However, vcpkg has a random git commit from 2023-02-01 as the version in its catalog. This commit is part of the not-yet-released 3.0 version of cbc. Because there are braking changes users using the stable 2.x interface (like the or-tools lib) can't use this.

Proposed solution

Use officially released versions of the lib(s) in the vcpkg catalog

Describe alternatives you've considered

No response

Additional context

No response

@JulZimmermann JulZimmermann added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jun 17, 2024
@dg0yt
Copy link
Contributor

dg0yt commented Jun 18, 2024

IIRC adding port coin-or-cbc was tough enough. Start at #31607 to learn about the history. Heavily customized autotools, the ultimate enemy.

@valgur
Copy link
Contributor

valgur commented Jun 18, 2024

Hmm... I went through the hassle of getting COIN-OR libraries to work with a re-generated autotools config to fix various libtool issues on Windows for ConanCenter (conan-io/conan-center-index#23530). I could give setting up a stable version of COIN-OR on Vcpkg a shot, if there's interest. I'm not sure if downgrading the version would be acceptable, though, as it would likely cause breakages for consumers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

No branches or pull requests

4 participants