git: dcf231c3d2a4 - main - science/py-PyNE: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Dec 2022 07:29:01 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcf231c3d2a47fb19c3b7ceec2e2d24709f05fb0
commit dcf231c3d2a47fb19c3b7ceec2e2d24709f05fb0
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-11 07:28:16 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-11 07:28:16 +0000
science/py-PyNE: Broken on armv7
Reported by: fallout
---
science/py-PyNE/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/py-PyNE/Makefile b/science/py-PyNE/Makefile
index 878b6d347c55..f2a605b4bc3e 100644
--- a/science/py-PyNE/Makefile
+++ b/science/py-PyNE/Makefile
@@ -23,6 +23,8 @@ WWW= https://pyne.io/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
+BROKEN_armv7= clang runs out of memory
+
PY_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}tables>0:devel/py-tables@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \