Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 14:40:47 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c422e549a9ba - main - science/py-tensorflow: enable on powerpc64le
Message-ID:  <202110231440.19NEel0W023600@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110231440.19NEel0W023600>