git: 45c4e1c9f3b0 - main - biology/py-scikit-bio: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 22:56:05 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45c4e1c9f3b0c920267c38538262e4440d3f9eea

commit 45c4e1c9f3b0c920267c38538262e4440d3f9eea
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-03 22:55:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-03 22:56:03 +0000

    biology/py-scikit-bio: Broken on aarch64
    
    Reported by:    fallout
---
 biology/py-scikit-bio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/biology/py-scikit-bio/Makefile b/biology/py-scikit-bio/Makefile
index fb1147c4f3fb..0c75ccca8840 100644
--- a/biology/py-scikit-bio/Makefile
+++ b/biology/py-scikit-bio/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Data structures, algorithms, educational resources for bioinformatics
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+BROKEN_aarch64=	fails to build: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size, see https://github.com/biocore/scikit-bio/issues/1816
+
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}CacheControl>=0.11.5:www/py-cachecontrol@${PY_FLAVOR} \