gecode icon indicating copy to clipboard operation
gecode copied to clipboard

Please provide a 6.3.0 release, required for Minizinc

Open StefanBruens opened this issue 3 years ago • 3 comments

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)

StefanBruens avatar Apr 28 '22 00:04 StefanBruens

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.

Dekker1 avatar Apr 28 '22 04:04 Dekker1

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 avatar May 09 '22 15:05 StefanBruens

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

StefanBruens avatar May 21 '22 10:05 StefanBruens