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

Please provide a 6.3.0 release, required for Minizinc #148

Open
StefanBruens opened this issue Apr 28, 2022 · 3 comments
Open

Please provide a 6.3.0 release, required for Minizinc #148

StefanBruens opened this issue Apr 28, 2022 · 3 comments

Comments

@StefanBruens
Copy link

Current minizinc depends on Gecode 6.3, but last release is 6.2.0

https://github.com/MiniZinc/libminizinc/blob/a56602765b4294b796c063664733b28f5a663af7/CMakeLists.txt#L36

find_package(Gecode 6.3 COMPONENTS Driver Float Int Kernel Minimodel Search Set Support)

@Dekker1
Copy link
Contributor

Dekker1 commented Apr 28, 2022

Although I do think that it would be a good idea to release a new version of Gecode, it should be noted that in the develop version of MiniZinc the minimum required version has been reverted to Gecode 6.2.

The version bump was only made because the internal api change of a stop-object in Gecode between the versions. The MiniZinc code base now correctly uses the correct api based on which version of Gecode is used.

@StefanBruens
Copy link
Author

The 6.2.0 release is also not buildable on most recent distributions, due to C++ code issues, fixed incorrect paths in CMakeLists.txt and so on, while a current git snapshot builds mostly without issues.

@StefanBruens
Copy link
Author

Any progress towards a release? Any help needed/wanted?

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

No branches or pull requests

2 participants