Skip to content

Commit

Permalink
skip latest nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 30, 2024
1 parent 046e95a commit 010bf51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion conda/recipes/legate-boost/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ gpu_enabled:
- true
- false

cunumeric_version:
- "=24.09.*,>=0.0.0.dev0,!=24.09.00.dev116"

legate_version:
- "=24.09.*,>=0.0.0.dev0"
- "=24.09.*,>=0.0.0.dev0,!=24.09.00.dev329"
13 changes: 6 additions & 7 deletions conda/recipes/legate-boost/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,12 @@ requirements:
{% if gpu_enabled_bool %}
- cuda-version ={{ cuda_version }}
- cuda-cudart-dev
# TODO: reset these
- cunumeric=24.09.00.dev109=*_gpu*
- legate=24.09.00.dev296=*_gpu*
- cunumeric {{ cunumeric_version }} =*_gpu*
- legate {{ legate_version }} =*_gpu*
- libcublas-dev
{% else %}
- cunumeric=24.09.00.dev109=*_cpu*
- legate=24.09.00.dev296=*_cpu*
- cunumeric {{ cunumeric_version }} =*_cpu*
- legate {{ legate_version }} =*_cpu*
{% endif %}
- openblas
- python
Expand All @@ -100,9 +99,9 @@ requirements:
# cuda-version is used to constrain __cuda
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- __cuda
- cunumeric=24.09.00.dev109=*_gpu*
- cunumeric {{ cunumeric_version }} =*_gpu*
{% else %}
- cunumeric=24.09.00.dev109=*_cpu*
- cunumeric {{ cunumeric_version }} =*_cpu*
{% endif %}
# Relying on run_exports from legate to pin an appropriate range of versions and
# GPU vs. CPU selector.
Expand Down

0 comments on commit 010bf51

Please sign in to comment.