Date: Mon, 4 Nov 2024 03:51:31 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: 39b7a0bc7cf0 - main - science/arbor: Broken on 15 with clang-15; Update WWW Message-ID: <202411040351.4A43pVrg032057@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=39b7a0bc7cf0eca9734387ccad78408a8476344c commit 39b7a0bc7cf0eca9734387ccad78408a8476344c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-04 03:50:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-04 03:50:58 +0000 science/arbor: Broken on 15 with clang-15; Update WWW Reported by: fallout --- science/arbor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/science/arbor/Makefile b/science/arbor/Makefile index b1752bf03828..78b30254ab72 100644 --- a/science/arbor/Makefile +++ b/science/arbor/Makefile @@ -6,11 +6,13 @@ CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Multi-compartment neural network simulation library -WWW= https://arbor-sim.org/ +WWW= https://arbor-sim.org/ \ + https://github.com/arbor-sim/arbor/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/arbor-sim/arbor/issues/2424 BROKEN_armv7= compilation fails: unknown type name 'float64x2_t' BUILD_DEPENDS= bash:shells/bash \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411040351.4A43pVrg032057>