svn commit: r517107 - head/science/py-tensorflow-estimator

Tobias Kortkamp tobik at FreeBSD.org
Sat Nov 9 07:05:54 UTC 2019


Author: tobik
Date: Sat Nov  9 07:05:53 2019
New Revision: 517107
URL: https://svnweb.freebsd.org/changeset/ports/517107

Log:
  science/py-tensorflow-estimator: Attempt to unbreak
  
  Use bazel029 same as py-tensorflow.

Modified:
  head/science/py-tensorflow-estimator/Makefile

Modified: head/science/py-tensorflow-estimator/Makefile
==============================================================================
--- head/science/py-tensorflow-estimator/Makefile	Sat Nov  9 06:34:34 2019	(r517106)
+++ head/science/py-tensorflow-estimator/Makefile	Sat Nov  9 07:05:53 2019	(r517107)
@@ -13,7 +13,7 @@ COMMENT=	TensorFlow Estimator, an API to simplify mach
 LICENSE=	APACHE20
 
 BUILD_DEPENDS=	bash:shells/bash \
-		bazel:devel/bazel \
+		bazel:devel/bazel029 \
 		${PYTHON_PKGNAMEPREFIX}tensorflow>=1.14.0:science/py-tensorflow@${PY_FLAVOR}
 
 USES=		python shebangfix


More information about the svn-ports-head mailing list