git: fae63a87630c - main - math/py-symengine: Broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jun 2024 15:16:59 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fae63a87630c97e7ecb6b270fa9d6197215375f8
commit fae63a87630c97e7ecb6b270fa9d6197215375f8
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-25 19:35:14 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-26 15:16:46 +0000
math/py-symengine: Broken
Reported by: fallout
---
math/py-symengine/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/py-symengine/Makefile b/math/py-symengine/Makefile
index a82f22fb94cd..4c9906de7fa0 100644
--- a/math/py-symengine/Makefile
+++ b/math/py-symengine/Makefile
@@ -12,6 +12,8 @@ WWW= https://symengine.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= incompatible with symengine-0.12.0, see https://github.com/symengine/symengine.py/issues/484
+
LIB_DEPENDS= libarb.so:math/arb \
libecm.so:math/gmp-ecm \
libflint.so:math/flint2 \