svn commit: r453552 - head/science/py-tensorflow

Antoine Brodin antoine at FreeBSD.org
Sun Nov 5 16:43:32 UTC 2017


Author: antoine
Date: Sun Nov  5 16:43:30 2017
New Revision: 453552
URL: https://svnweb.freebsd.org/changeset/ports/453552

Log:
  Mark BROKEN: fails to build
  
  Extracting Bazel installation...
  ERROR: /wrkdirs/usr/ports/science/py-tensorflow/work/tensorflow-1.2.1/bazel_ot/f4693a59cc0f39b12832b03860533e20/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: The `set` constructor for depsets is deprecated and will be removed. Please use the `depset` constructor instead. You can temporarily enable the deprecated `set` constructor by passing the flag --incompatible_disallow_set_constructor=false
  ERROR: error loading package '': Extension file 'closure/private/defs.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 Nov  5 16:40:48 2017	(r453551)
+++ head/science/py-tensorflow/Makefile	Sun Nov  5 16:43:30 2017	(r453552)
@@ -12,6 +12,8 @@ COMMENT=	Computation using data flow graphs for scalab
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel \
 		${PYTHON_PKGNAMEPREFIX}numpy>=1.11.2:math/py-numpy \
 		bash:shells/bash


More information about the svn-ports-all mailing list