Skip to content

Commit

Permalink
Re-freezing conda compiler versions (#415) (#449)
Browse files Browse the repository at this point in the history
cherry-picking #415 to 22.07
  • Loading branch information
m3vaz authored Jul 18, 2022
1 parent 7e38623 commit 5ac1646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ build:

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('c') }} =11.2
- {{ compiler('cxx') }} =11.2
- make
{% if gpu_enabled_bool %}
- cuda-nvcc ={{ cuda_version }}
Expand Down

0 comments on commit 5ac1646

Please sign in to comment.