Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 836 Bytes

File metadata and controls

15 lines (12 loc) · 836 Bytes

cLay (20250308-1, GCC 15.2.0)

Summary

Pin OR-Tools to v9.14, keep Abseil aligned with that release, and update the LightGBM fetch paths after the repository move.

Changes

  • Pinned OR-Tools to v9.14 instead of downloading the latest release.
  • Kept Abseil at 20250512.1, which is the dependency set intended for OR-Tools v9.14.
  • Added explicit OR-Tools version logging to $HOME/library_version.
  • Switched the LightGBM release fetch owner from microsoft to lightgbm-org.
  • Updated the LightGBM build directory path to lightgbm-org-LightGBM.

Notes

  • The previous metadata drifted to OR-Tools v9.15, which broke the build and left find_package(ortools) failing later in the smoke test.
  • microsoft/LightGBM now returns redirect metadata, so the old fetch path no longer downloads the source correctly.