summaryrefslogtreecommitdiff
path: root/math/lean4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/lean4/Makefile')
-rw-r--r--math/lean4/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/lean4/Makefile b/math/lean4/Makefile
index 08ab12311304..c6d417be8716 100644
--- a/math/lean4/Makefile
+++ b/math/lean4/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lean4
DISTVERSIONPREFIX= v
-DISTVERSION= 4.22.0
+DISTVERSION= 4.23.0
CATEGORIES= math lang devel # lean4 is primarily a math theorem prover, but it is also a language and a development environment
MAINTAINER= yuri@FreeBSD.org
@@ -61,8 +61,11 @@ post-install:
bin/lean \
bin/leanc \
lib/lean/libInit_shared.so \
- lib/lean/libleanshared.so
+ lib/lean/libleanshared.so \
+ lib/lean/libleanshared_1.so \
+ lib/lean/libLake_shared.so
-tests as of 4.20.0: 99% tests passed, 16 tests failed out of 2594, see https://github.com/leanprover/lean4/issues/8628
+# tests as of 4.20.0: 99% tests passed, 16 tests failed out of 2594, see https://github.com/leanprover/lean4/issues/8628
+# tests as of 4.23.0: 99% tests passed, 10 tests failed out of 2870
.include <bsd.port.mk>