1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/bazel5: switch build consumers

Event: Kitchener-Waterloo Hackathon 202305
This commit is contained in:
Charlie Li 2023-05-25 20:54:09 -04:00
parent abc5ed39ba
commit 4b38d6c0dc
No known key found for this signature in database
GPG Key ID: 678F936058415CCA
3 changed files with 3 additions and 3 deletions

View File

@ -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+

View File

@ -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 \

View File

@ -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