aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-10-31 15:10:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-10-31 15:10:46 +0000
commitd23d35ea8b649d4b815980cf81f5e9f00303f9e5 (patch)
tree80ba08cd38d1e179da68318c62742a656fa6470c /science
parent6702926386dd97f81413eb8219b4e345f753b323 (diff)
downloadports-d23d35ea8b649d4b815980cf81f5e9f00303f9e5.tar.gz
ports-d23d35ea8b649d4b815980cf81f5e9f00303f9e5.zip
science/py-tensorflow: Fix build by using the version of devel/bazel (0.29.0) that is known to be able to build it
One of the previous commits to devel/bazel broke tensorflow. Fun fact: the latest version of tensorflow-2.0.0 also fails to build with the latest version of bazel-1.1.0.
Notes
Notes: svn path=/head/; revision=516173
Diffstat (limited to 'science')
-rw-r--r--science/py-tensorflow/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index 0786992eaccf..d2b595c54477 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -15,7 +15,6 @@ COMMENT= Computation using data flow graphs for scalable machine learning
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= fails to build
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= ${RUN_DEPENDS} \
@@ -23,7 +22,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
bash:shells/bash \
cython:lang/cython \
swig3.0:devel/swig30 \
- bazel:devel/bazel
+ bazel:devel/bazel029
LIB_DEPENDS= libsnappy.so:archivers/snappy \
liblmdb.so:databases/lmdb \
libsqlite3.so:databases/sqlite3 \