diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:28:16 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:28:16 -0800 |
commit | dcf231c3d2a47fb19c3b7ceec2e2d24709f05fb0 (patch) | |
tree | 7195587825ae7868fec936b9016b8c2bef613955 | |
parent | math/py-ducc0: Broken on armv7 (diff) |
science/py-PyNE: Broken on armv7
Reported by: fallout
-rw-r--r-- | science/py-PyNE/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} \ |