From c422e549a9ba103d0f8e03ac7848aebeec073a9c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 23 Oct 2021 14:38:14 +0000 Subject: [PATCH] science/py-tensorflow: enable on powerpc64le Currently doesn't build, but fails with the same error that amd64 after 6 hours of building. --- science/py-tensorflow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 87c608f148fd..d9af8c04c62b 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -13,7 +13,7 @@ COMMENT= Computation using data flow graphs for scalable machine learning LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le BUILD_DEPENDS= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}grpcio-tools>=1.22.0:devel/py-grpcio-tools@${PY_FLAVOR} \