aboutsummaryrefslogtreecommitdiff
path: root/science/py-tensorflow
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-11-05 16:43:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-11-05 16:43:30 +0000
commit1db38a9aa75db86c07246a6b2a3adb2eb03bb598 (patch)
tree43d66b568407cf7175c09752fc9e261074c505c6 /science/py-tensorflow
parentfcd408d29f6a427739185a90e785892e6c2c6c38 (diff)
downloadports-1db38a9aa75db86c07246a6b2a3adb2eb03bb598.tar.gz
ports-1db38a9aa75db86c07246a6b2a3adb2eb03bb598.zip
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
Notes
Notes: svn path=/head/; revision=453552
Diffstat (limited to 'science/py-tensorflow')
-rw-r--r--science/py-tensorflow/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index f246905473ff..d350a019802c 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -12,6 +12,8 @@ COMMENT= Computation using data flow graphs for scalable machine learning
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