git: c422e549a9ba - main - science/py-tensorflow: enable on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 14:40:47 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c422e549a9ba103d0f8e03ac7848aebeec073a9c commit c422e549a9ba103d0f8e03ac7848aebeec073a9c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-23 14:38:14 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-23 14:38:14 +0000 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} \