science/py-tensorflow: enable on powerpc64le

Currently doesn't build, but fails with the same error that amd64 after 6 hours of building.
This commit is contained in:
Piotr Kubaj 2021-10-23 14:38:14 +00:00
parent 5a5e1aa4d6
commit c422e549a9

View file

@ -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} \