File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ require "leanprover-community" / "proofwidgets" @ git "v0.0.48"
14
14
require "leanprover-community" / "importGraph" @ git "v4.15.0-rc1"
15
15
require "leanprover-community" / "LeanSearchClient" @ git "main"
16
16
require "leanprover-community" / "plausible" @ git "v4.15.0-rc1"
17
+ require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "v4.15.0"
17
18
18
19
/-!
19
20
## Options for building mathlib
@@ -55,6 +56,10 @@ package mathlib where
55
56
-- Warning: Do not put any options here that actually change the olean files,
56
57
-- or inconsistent behavior may result
57
58
-- weakLeanArgs := #[]
59
+ moreLinkArgs := #[
60
+ "-L./.lake/packages/LeanCopilot/.lake/build/lib" ,
61
+ "-lctranslate2"
62
+ ]
58
63
59
64
/-!
60
65
## Mathlib libraries
Original file line number Diff line number Diff line change 1
- leanprover/lean4:v4.15.0-rc1
1
+ leanprover/lean4:v4.15.0
You can’t perform that action at this time.
0 commit comments