Skip to content

Commit

Permalink
Fix ordering of compiler version
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Dec 29, 2020
2 parents dc8a87d + a2e319c commit b2d3ccb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe/migrations/cuda110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ __migrator:
1
override_cbc_keys:
- cuda_compiler_stub
ordering:
cxx_compiler_version:
- 9
- 8
- 7
c_compiler_version:
- 9
- 8
- 7

cuda_compiler_version:
- None
Expand Down

0 comments on commit b2d3ccb

Please sign in to comment.