Date: Mon, 7 Nov 2022 08:04:33 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: f2d134f2117d - main - science/ttk: Broken on i386 Message-ID: <202211070804.2A784Xjq010026@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=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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211070804.2A784Xjq010026>