Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2023 00:57:39 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4b38d6c0dcde - main - devel/bazel5: switch build consumers
Message-ID:  <202305260057.34Q0vdU9002499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b38d6c0dcdedd97b40a9ad011900693bfd77fac

commit 4b38d6c0dcdedd97b40a9ad011900693bfd77fac
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-05-26 00:54:09 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-05-26 00:54:09 +0000

    devel/bazel5: switch build consumers
    
    Event: Kitchener-Waterloo Hackathon 202305
---
 math/py-keras/Makefile         | 2 +-
 science/py-tensorflow/Makefile | 2 +-
 sysutils/ocijail/Makefile      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/math/py-keras/Makefile b/math/py-keras/Makefile
index ce6350976994..27075134d203 100644
--- a/math/py-keras/Makefile
+++ b/math/py-keras/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 
 BUILD_DEPENDS=	${RUN_DEPENDS} \
 		${PYTHON_PKGNAMEPREFIX}tensorflow>=2.9.0:science/py-tensorflow@${PY_FLAVOR} \
-		bazel:devel/bazel \
+		bazel:devel/bazel5 \
 		bash:shells/bash
 
 USES=		python:3.7+
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index f8463d81f475..ff3c12c7de5b 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	${RUN_DEPENDS} \
 		bash:shells/bash \
 		cython:lang/cython \
 		swig:devel/swig \
-		bazel:devel/bazel \
+		bazel:devel/bazel5 \
 		git:devel/git
 LIB_DEPENDS=	libnsync.so:devel/nsync \
 		libgpr.so:devel/grpc \
diff --git a/sysutils/ocijail/Makefile b/sysutils/ocijail/Makefile
index e8b519cf17de..d69aa94ee498 100644
--- a/sysutils/ocijail/Makefile
+++ b/sysutils/ocijail/Makefile
@@ -10,7 +10,7 @@ LICENSE=	BSD3CLAUSE
 
 IGNORE_FreeBSD_12= Not supported on FreeBSD 12 (uses c++20)
 
-BUILD_DEPENDS=	bazel:devel/bazel bash:shells/bash
+BUILD_DEPENDS=	bazel:devel/bazel5 bash:shells/bash
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dfr



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