git: ac878217a902 - main - science/py-PyNE: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Aug 2023 02:53:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac878217a9028224f2c74d8bffc3d4b6c1f2f3ff commit ac878217a9028224f2c74d8bffc3d4b6c1f2f3ff Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-19 02:39:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-19 02:52:48 +0000 science/py-PyNE: Mark BROKEN on 14 Fails to build with: no member named 'std' in namespace 'std' Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- science/py-PyNE/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/py-PyNE/Makefile b/science/py-PyNE/Makefile index b9e86d2b5949..2499c89e02f4 100644 --- a/science/py-PyNE/Makefile +++ b/science/py-PyNE/Makefile @@ -24,6 +24,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt BROKEN_armv7= clang runs out of memory +BROKEN_FreeBSD_14= fails to build: no member named std in namespace std PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}tables>0:devel/py-tables@${PY_FLAVOR} \