aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-23 14:38:14 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-23 14:38:14 +0000
commitc422e549a9ba103d0f8e03ac7848aebeec073a9c (patch)
tree221094bd2b810182f5d833f7d7bbb0f7e766dd9e
parent5a5e1aa4d6020cae803351d27e8519ca77f50489 (diff)
downloadports-c422e549a9ba103d0f8e03ac7848aebeec073a9c.tar.gz
ports-c422e549a9ba103d0f8e03ac7848aebeec073a9c.zip
science/py-tensorflow: enable on powerpc64le
Currently doesn't build, but fails with the same error that amd64 after 6 hours of building.
-rw-r--r--science/py-tensorflow/Makefile2
1 files changed, 1 insertions, 1 deletions
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} \