git: 945ccf563df0 - main - math/py-pplpy: mark BROKEN for arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Mar 2022 17:05:57 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=945ccf563df0376b6c9532314ca4ac11e5d7e746
commit 945ccf563df0376b6c9532314ca4ac11e5d7e746
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-03-23 17:02:47 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-03-23 17:05:51 +0000
math/py-pplpy: mark BROKEN for arm64
Killing runaway build after 7200 seconds with no output
Reported by: pkg-fallout
---
math/py-pplpy/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/py-pplpy/Makefile b/math/py-pplpy/Makefile
index dcd4bd90e702..c2b1c997387a 100644
--- a/math/py-pplpy/Makefile
+++ b/math/py-pplpy/Makefile
@@ -12,6 +12,8 @@ COMMENT= Python wrapper to the C++ Parma Polyhedra Library (PPL)
LICENSE= GPLv3
+BROKEN_aarch64= runaway build, 7200 seconds with no output
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
LIB_DEPENDS= libgmp.so:math/gmp \