Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2022 09:06:39 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: 2de9d6e86944 - main - science/rdkit: Broken on i386
Message-ID:  <202201220906.20M96dAJ059504@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=2de9d6e869449fe5400868be0a0ce933407a9b12

commit 2de9d6e869449fe5400868be0a0ce933407a9b12
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-22 09:05:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-22 09:06:37 +0000

    science/rdkit: Broken on i386
    
    Reported by:    fallout
---
 science/rdkit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile
index 732ddc6a73a7..4d030979ccfa 100644
--- a/science/rdkit/Makefile
+++ b/science/rdkit/Makefile
@@ -12,6 +12,8 @@ COMMENT=	Collection of cheminformatics and machine-learning software
 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
+
 BUILD_DEPENDS=	catch>0:devel/catch \
 		flex:textproc/flex \
 		rapidjson>=0:devel/rapidjson



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