Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 22:56:05 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: 45c4e1c9f3b0 - main - biology/py-scikit-bio: Broken on aarch64
Message-ID:  <202206032256.253Mu5qf022153@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=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} \



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