Skip to content

Commit 6a98322

Browse files
committed
setting copilot
1 parent 0c31ef2 commit 6a98322

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lakefile.lean

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ require "leanprover-community" / "proofwidgets" @ git "v0.0.48"
1414
require "leanprover-community" / "importGraph" @ git "v4.15.0-rc1"
1515
require "leanprover-community" / "LeanSearchClient" @ git "main"
1616
require "leanprover-community" / "plausible" @ git "v4.15.0-rc1"
17+
require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "v4.15.0"
1718

1819
/-!
1920
## Options for building mathlib
@@ -55,6 +56,10 @@ package mathlib where
5556
-- Warning: Do not put any options here that actually change the olean files,
5657
-- or inconsistent behavior may result
5758
-- weakLeanArgs := #[]
59+
moreLinkArgs := #[
60+
"-L./.lake/packages/LeanCopilot/.lake/build/lib",
61+
"-lctranslate2"
62+
]
5863

5964
/-!
6065
## Mathlib libraries

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.15.0-rc1
1+
leanprover/lean4:v4.15.0

0 commit comments

Comments
 (0)