Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 08:21:56 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: 6665aeaf0821 - main - science/rdkit: Clang-17 crashes on FreeBSD 15 amd64
Message-ID:  <202403170821.42H8Lulx097027@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=6665aeaf08217829555f42085a46226b47da9e2c

commit 6665aeaf08217829555f42085a46226b47da9e2c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-17 08:08:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-17 08:21:51 +0000

    science/rdkit: Clang-17 crashes on FreeBSD 15 amd64
    
    Reported by:    fallout
---
 science/rdkit/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile
index 5f662145abaf..d18bcee5c744 100644
--- a/science/rdkit/Makefile
+++ b/science/rdkit/Makefile
@@ -14,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
 BROKEN_i386=	non-constant-expression cannot be narrowed from type 'unsigned int' to 'npy_intp', see https://github.com/rdkit/rdkit/issues/4934
+BROKEN_FreeBSD_15_amd64=	clang-17 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652
 
 BUILD_DEPENDS=	catch>0:devel/catch \
 		flex:textproc/flex \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403170821.42H8Lulx097027>