diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-24 20:01:33 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-24 15:35:01 -0800 |
commit | 9973acb34a08798f780b2152b023a32fc7ddc07c (patch) | |
tree | 4c7b7b83fec17eb52c141eed6f97ee92120d588e | |
parent | lang/spidermonkey115: update to 115.21.0 (rc1) (diff) |
science/ttk: Broken due to boost incompatibility; Update WWW
-rw-r--r-- | science/ttk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/ttk/Makefile b/science/ttk/Makefile index 7fb4d27c9cfa..1413725a0ad4 100644 --- a/science/ttk/Makefile +++ b/science/ttk/Makefile @@ -5,11 +5,13 @@ CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Topology ToolKit: Topological data analysis and visualization -WWW= https://topology-tool-kit.github.io/ +WWW= https://topology-tool-kit.github.io \ + https://github.com/topology-tool-kit/ttk LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= compilation fails: incompatible with boost-1.87+, see https://github.com/topology-tool-kit/ttk/issues/1094 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} \ |