Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2022 07:29:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dcf231c3d2a4 - main - science/py-PyNE: Broken on armv7
Message-ID:  <202212110729.2BB7T1U7092165@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212110729.2BB7T1U7092165>