Date: Sat, 9 Nov 2019 07:05:53 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517107 - head/science/py-tensorflow-estimator Message-ID: <201911090705.xA975r8w022865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911090705.xA975r8w022865>