Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2017 16:43:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453552 - head/science/py-tensorflow
Message-ID:  <201711051643.vA5GhUUx062059@repo.freebsd.org>

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



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