Skip to content

Commit

Permalink
switch to VS2019
Browse files Browse the repository at this point in the history
for (hopefully) better AVX2 / FMA / etc. support
  • Loading branch information
h-vetinari committed Feb 18, 2021
1 parent ae755ab commit 15fe1bf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/win_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cuda_compiler:
cuda_compiler_version:
- None
cxx_compiler:
- vs2017
- vs2019
libblas:
- 3.8 *netlib
liblapack:
Expand Down
4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
azure:
settings_win:
pool:
vmImage: windows-2019
conda_forge_output_validation: true
5 changes: 5 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
cxx_compiler_version: # [osx]
# need to downgrade on osx due to a bug that breaks the test suite
- 10 # [osx]

c_compiler: # [win]
- vs2019 # [win]
cxx_compiler: # [win]
- vs2019 # [win]

0 comments on commit 15fe1bf

Please sign in to comment.