mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
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:
parent
0cbd835ae7
commit
b528d26203
1 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue