Date: Fri, 20 Aug 2021 01:15:56 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: efaab917fd66 - main - math/py-yt: Broken on i386 Message-ID: <202108200115.17K1Fuej044142@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=efaab917fd660686358518753e73adeb3a71d4e5 commit efaab917fd660686358518753e73adeb3a71d4e5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-20 01:15:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-20 01:15:19 +0000 math/py-yt: Broken on i386 Reported by: fallout --- math/py-yt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile index 3c4b0afafbd9..a89a91f6de90 100644 --- a/math/py-yt/Makefile +++ b/math/py-yt/Makefile @@ -12,6 +12,8 @@ COMMENT= Analysis and visualization toolkit for volumetric data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt +BROKEN_i386= call to 'countOnes' is ambiguous, see https://github.com/yt-project/yt/issues/3477 + # dependencies are in setup.cfg BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108200115.17K1Fuej044142>