aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-03 22:55:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-03 22:56:03 +0000
commit45c4e1c9f3b0c920267c38538262e4440d3f9eea (patch)
treeb7c227489e00ced26277abae87ee41d9ea7e4495 /biology
parentb4e79e9c44d08fa6555564d3c1ede2b172ca31c6 (diff)
downloadports-45c4e1c9f3b0c920267c38538262e4440d3f9eea.tar.gz
ports-45c4e1c9f3b0c920267c38538262e4440d3f9eea.zip
biology/py-scikit-bio: Broken on aarch64
Reported by: fallout
Diffstat (limited to 'biology')
-rw-r--r--biology/py-scikit-bio/Makefile2
1 files changed, 2 insertions, 0 deletions
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} \