git: 6665aeaf0821 - main - science/rdkit: Clang-17 crashes on FreeBSD 15 amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 08:21:56 UTC
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 \