diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-20 01:15:19 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-20 01:15:19 +0000 |
commit | efaab917fd660686358518753e73adeb3a71d4e5 (patch) | |
tree | 16d1ebeb83d4462fad52d4ba7e074d84d320e8b3 /math/py-yt | |
parent | dee02c88c2ec440f0106dc09464b70a55c2df21c (diff) |
Diffstat (limited to 'math/py-yt')
-rw-r--r-- | math/py-yt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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= \ |