Skip to content

Commit

Permalink
Update conda_build_config.yml
Browse files Browse the repository at this point in the history
Update compilers flags for windows
  • Loading branch information
pradal committed Feb 5, 2024
1 parent 7753831 commit 7123bb7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions conda/conda_build_config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# from conda-forge-pinning
m2w64_c_compiler: # [win]
- m2w64-toolchain # [win]
m2w64_cxx_compiler: # [win]
- m2w64-toolchain # [win]
c_compiler:
- gcc # [linux]
- clang # [osx]
- m2w64-toolchain # [win]
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
c_compiler_version: # [unix]
- 12 # [linux]
- 16 # [osx]
Expand All @@ -15,7 +12,8 @@ c_compiler_version: # [unix]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
- m2w64-toolchain # [win]
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
cxx_compiler_version: # [unix]
- 12 # [linux]
- 16 # [osx]
Expand Down

0 comments on commit 7123bb7

Please sign in to comment.