diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-10 05:14:04 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-10 05:14:04 +0000 |
commit | 59333978fa160962f38fcf8d67876c1f1a065402 (patch) | |
tree | 82a8243ecd4f99da8aa7dfce4adf2e122c280d2c | |
parent | b58dfa33fe113d78eb62c5da0046d77208828c72 (diff) |
science/py-tweedledum: Broken on i386
Reported by: fallout
-rw-r--r-- | science/py-tweedledum/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-tweedledum/Makefile b/science/py-tweedledum/Makefile index 793130e7b7d7..0eff262e9ac5 100644 --- a/science/py-tweedledum/Makefile +++ b/science/py-tweedledum/Makefile @@ -10,6 +10,8 @@ COMMENT= Library for analysis, compilation, synthesis of quantum circuits LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265751 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \ cmake:devel/cmake |