From 6f12f5470dcede6b17def7357a3897587c3f3917 Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Sun, 22 Oct 2023 15:33:56 +0100 Subject: [PATCH] use bazel for build --- conda/ray/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conda/ray/meta.yaml b/conda/ray/meta.yaml index d37dc0e..361b40c 100644 --- a/conda/ray/meta.yaml +++ b/conda/ray/meta.yaml @@ -13,7 +13,7 @@ build: number: 0 skip: true # [py<37 or not x86_64] include_recipe: False - script: cd python; {{ PYTHON }} -m pip install . -vv + script: ./build.sh requirements: build: @@ -21,6 +21,7 @@ requirements: - cython - numpy>=1.25 - poetry + - bazel=5.4.1 run: - python>=3.8 - aiohttp>=3.7 @@ -46,4 +47,4 @@ about: extra: maintainers: - - https://github.com/phelps-sg \ No newline at end of file + - https://github.com/phelps-sg