Skip to content

Commit

Permalink
Setting compilers on each OS explicitly - hopefully this will help GH…
Browse files Browse the repository at this point in the history
… on Windows find MSVC
  • Loading branch information
chryswoods committed Jun 2, 2024
1 parent 94827a7 commit a21e381
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipes/sire/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2019 # [win]

cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
- vs2019 # [win]

c_compiler_version:
- 12.3.0 # [linux]

Expand Down

0 comments on commit a21e381

Please sign in to comment.