Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSVC 14.38.33135 #76

Merged
merged 10 commits into from
May 20, 2024
19 changes: 10 additions & 9 deletions .azure-pipelines/azure-pipelines-linux.yml

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

12 changes: 6 additions & 6 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,19 +3,19 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.38.33130
- 19.38.33135
cross_target_platform:
- win-64
runtime_version:
- 14.38.33130
- 14.38.33135
sha256:
- 4DFE83C91124CD542F4222FE2C396CABEAC617BB6F59BDCBDF89FD6F0DF0A32F
- 1AD7988C17663CC742B01BEF1A6DF2ED1741173009579AD50A94434E54F56073
target_platform:
- win-64
update_version:
- '8'
- '9'
uuid:
- a061be25-c14a-489a-8c7c-bb72adfb3cab
- c7707d68-d6ce-4479-973e-e2a3dc4341fe
vc:
- '14'
vcver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.38.33130
- 19.38.33135
cross_target_platform:
- win-arm64
runtime_version:
- 14.38.33130
- 14.38.33135
sha256:
- BAC344CBC947DB8E306986BFB45A33052E1AAEE8F104ADBD9E461EB8199E27D2
- 9378E04AE461E29CE5E46787D20F81700C80AD305B9417710D147C1D7FF0C970
target_platform:
- win-64
update_version:
- '8'
- '9'
uuid:
- a061be25-c14a-489a-8c7c-bb72adfb3cab
- 71c6392f-8df5-4b61-8d50-dba6a525fb9d
vc:
- '14'
vcver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.38.33130
- 19.29.30139
cross_target_platform:
- win-64
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
runtime_version:
- 14.38.33130
- 14.29.30139
sha256:
- 296F96CD102250636BCD23AB6E6CF70935337B1BBB3507FE8521D8D9CFAA932F
target_platform:
- win-arm64
update_version:
- '8'
- '11'
uuid:
- b929b7fe-5c89-4553-9abe-6324631dcc3a
vc:
- '14'
vcver:
- '14.3'
- '14.2'
vsver:
- '17'
- '16'
vsyear:
- '2022'
- '2019'
zip_keys:
- - vcver
- vsyear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.29.30139
- 19.38.33135
cross_target_platform:
- win-64
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
runtime_version:
- 14.29.30139
- 14.38.33135
sha256:
- 4DFE83C91124CD542F4222FE2C396CABEAC617BB6F59BDCBDF89FD6F0DF0A32F
- 1AD7988C17663CC742B01BEF1A6DF2ED1741173009579AD50A94434E54F56073
target_platform:
- win-arm64
update_version:
- '11'
- '9'
uuid:
- a061be25-c14a-489a-8c7c-bb72adfb3cab
- c7707d68-d6ce-4479-973e-e2a3dc4341fe
vc:
- '14'
vcver:
- '14.2'
- '14.3'
vsver:
- '16'
- '17'
vsyear:
- '2019'
- '2022'
zip_keys:
- - vcver
- vsyear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ channel_sources:
channel_targets:
- conda-forge main
cl_version:
- 19.38.33130
- 19.38.33135
cross_target_platform:
- win-arm64
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
runtime_version:
- 14.38.33130
- 14.38.33135
sha256:
- BAC344CBC947DB8E306986BFB45A33052E1AAEE8F104ADBD9E461EB8199E27D2
- 9378E04AE461E29CE5E46787D20F81700C80AD305B9417710D147C1D7FF0C970
target_platform:
- win-arm64
update_version:
- '8'
- '9'
uuid:
- a061be25-c14a-489a-8c7c-bb72adfb3cab
- 71c6392f-8df5-4b61-8d50-dba6a525fb9d
vc:
- '14'
vcver:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

25 changes: 23 additions & 2 deletions .gitignore

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

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat
100644 → 100755

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

Loading