git: f2d134f2117d - main - science/ttk: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 08:04:33 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2d134f2117d8d9973f6354af33515145427d46d commit f2d134f2117d8d9973f6354af33515145427d46d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-07 07:12:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-07 08:04:28 +0000 science/ttk: Broken on i386 Reported by: fallout --- science/ttk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/ttk/Makefile b/science/ttk/Makefile index 3ca3b6aa88f0..4078b4ff1f5b 100644 --- a/science/ttk/Makefile +++ b/science/ttk/Makefile @@ -9,6 +9,8 @@ WWW= https://topology-tool-kit.github.io/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: cannot initialize a parameter of type 'const ttk::LongSimplexId *' (aka 'const long long *') with an lvalue ..., see https://github.com/topology-tool-kit/ttk/issues/852 + PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}