Skip to content

Commit

Permalink
import mathlib fork from url, rather than path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed May 17, 2024
1 parent 72e5c5c commit 8ca6035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@
"inputRev": "main",
"inherited": true,
"configFile": "lakefile.lean"},
{"type": "path",
{"url": "https://github.com/monsterkrampe/mathlib4.git",
"type": "git",
"subDir": null,
"rev": "d03f91a1e874fdbfaedbacc79d8421ce216aa12c",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "PFunctor-universe-refactoring",
"inherited": false,
"dir": "./../mathlib4",
"configFile": "lakefile.lean"}],
"name": "qpf",
"lakeDir": ".lake"}
5 changes: 2 additions & 3 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ lean_lib Qpf

lean_lib Test

require mathlib from "../mathlib4"
-- git
-- "https://github.com/leanprover-community/mathlib4.git"@"v4.7.0"
require mathlib from git
"https://github.com/monsterkrampe/mathlib4.git"@"PFunctor-universe-refactoring"

0 comments on commit 8ca6035

Please sign in to comment.