Skip to content

Commit

Permalink
Merge pull request #68 from TonyXiang8787/msvc-14.37
Browse files Browse the repository at this point in the history
upgrade to msvc 14.37
  • Loading branch information
isuruf authored Sep 9, 2023
2 parents 97ada02 + e270de8 commit 5cbd681
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 46 deletions.
17 changes: 6 additions & 11 deletions .azure-pipelines/azure-pipelines-linux.yml

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

17 changes: 10 additions & 7 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.36.32532
- 19.37.32822
cross_target_platform:
- win-arm64
runtime_version:
Expand All @@ -13,7 +13,7 @@ sha256:
target_platform:
- win-64
update_version:
- '6'
- '7'
uuid:
- eaab1f82-787d-4fd7-8c73-f782341a0c63
vc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.36.32532
- 19.37.32822
cross_target_platform:
- win-64
runtime_version:
Expand All @@ -13,7 +13,7 @@ sha256:
target_platform:
- win-64
update_version:
- '6'
- '7'
uuid:
- eaab1f82-787d-4fd7-8c73-f782341a0c63
vc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.36.32532
- 19.37.32822
cross_target_platform:
- win-64
docker_image:
Expand All @@ -15,7 +15,7 @@ sha256:
target_platform:
- win-arm64
update_version:
- '6'
- '7'
uuid:
- eaab1f82-787d-4fd7-8c73-f782341a0c63
vc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.36.32532
- 19.37.32822
cross_target_platform:
- win-arm64
docker_image:
Expand All @@ -15,7 +15,7 @@ sha256:
target_platform:
- win-arm64
update_version:
- '6'
- '7'
uuid:
- eaab1f82-787d-4fd7-8c73-f782341a0c63
vc:
Expand Down
42 changes: 26 additions & 16 deletions README.md

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

8 changes: 4 additions & 4 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ runtime_version:
# reported in the VS help->about UI. It is perhaps a more readily
# referenceable number.
update_version:
- 6
- 6
- 7
- 7
- 11
- 9
# This is the version number reported by cl.exe
cl_version:
- 19.36.32532
- 19.36.32532
- 19.37.32822
- 19.37.32822
- 19.29.30139
- 19.16.27033
# This is the uuid in the URL; redirect can be resolved e.g. as follows
Expand Down

0 comments on commit 5cbd681

Please sign in to comment.