svn commit: r515825 - head/science/py-tensorflow
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 27 21:48:25 UTC 2019
Author: antoine
Date: Sun Oct 27 21:48:24 2019
New Revision: 515825
URL: https://svnweb.freebsd.org/changeset/ports/515825
Log:
Mark BROKEN: fails to build
ERROR: /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/protobuf_archive/protobuf.bzl:274:40: The value 'REPOSITORY_NAME' has been removed in favor of 'repository_name()', please use the latter (https://docs.bazel.build/versions/master/skylark/lib/native.html#repository_name).
ERROR: Skipping '//tensorflow:libtensorflow.so': error loading package 'tensorflow': in /wrkdirs/usr/ports/science/py-tensorflow/work-py36/tensorflow-1.14.0/tensorflow/core/platform/default/build_config.bzl: Extension 'protobuf.bzl' has errors
ERROR: error loading package 'tensorflow': in /wrkdirs/usr/ports/science/py-tensorflow/work-py36/tensorflow-1.14.0/tensorflow/core/platform/default/build_config.bzl: Extension 'protobuf.bzl' has errors
Reported by: pkg-fallout
Modified:
head/science/py-tensorflow/Makefile
Modified: head/science/py-tensorflow/Makefile
==============================================================================
--- head/science/py-tensorflow/Makefile Sun Oct 27 21:33:33 2019 (r515824)
+++ head/science/py-tensorflow/Makefile Sun Oct 27 21:48:24 2019 (r515825)
@@ -15,6 +15,7 @@ COMMENT= Computation using data flow graphs for scalab
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= ${RUN_DEPENDS} \
More information about the svn-ports-all
mailing list