Zulip Chat Archive
Stream: mathlib4
Topic: Run mathport on a mathlib(3) branch?
Michael Rothgang (Jan 26 2024 at 23:54):
Can I run mathport on a mathlib3 branch? I tried one-shot mode (the branch I care about only modifies one file); that failed because of dependencies :-)
I never installed Lean 3/leanproject; is there a way I can still harness the power of mathport?
Michael Rothgang (Jan 26 2024 at 23:54):
Case in point: I care about porting https://github.com/leanprover-community/mathlib/compare/master...hrmacbeth-riemannian2
Eric Wieser (Jan 27 2024 at 05:44):
I think you should just install leanproject; or use mathport on gitpod if you'd rather install it there than on your local machine
Last updated: May 02 2025 at 03:31 UTC