fix: update lakefile — add Mathlib pin, note PVGS compatibility

Added Mathlib v4.30.0-rc2 pin (matches Research Stack).
PVGS_DQ_Bridge needs Mathlib compatibility work (commented out).
UniversalEncoding has syntax errors (removed from lakefile).

Build: SilverSight 3307 jobs, 0 errors.
This commit is contained in:
allaun 2026-06-23 07:30:39 -05:00
parent 0cbd835ae7
commit b528d26203

View file

@ -66,6 +66,14 @@ lean_lib «SilverSightRRC» where
`RRCLib.RRCEmit
]
-- NOTE: PVGS_DQ_Bridge files depend on Mathlib modules not available
-- in SilverSight's pinned version. Needs Mathlib compatibility work.
-- lean_lib «SilverSightPVGS» where
-- srcDir := "formal"
-- roots := #[
-- `PVGS_DQ_Bridge.section4_rrc_kernel
-- ]
lean_exe «rrc-emit-fixture» where
root := `RrcEmitFixture
srcDir := "exe"
@ -90,4 +98,4 @@ extern_lib q16_canonical pkg := do
buildStaticLib libFile #[oJob]
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
"https://github.com/leanprover-community/mathlib4.git" @ "v4.30.0-rc2"