Skip to content

Commit

Permalink
Merge pull request #91 from dhirschfeld/v8-204
Browse files Browse the repository at this point in the history
Publish 8.0.204
  • Loading branch information
dhirschfeld authored Apr 21, 2024
2 parents 7652f19 + 2998650 commit d46b053
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 63 deletions.
5 changes: 1 addition & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -14,5 +18,8 @@ libcurl:
- '8'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
22 changes: 0 additions & 22 deletions .ci_support/linux_aarch64_.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
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.

6 changes: 3 additions & 3 deletions .scripts/run_osx_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

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

10 changes: 0 additions & 10 deletions README.md

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

4 changes: 2 additions & 2 deletions azure-pipelines.yml

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

5 changes: 3 additions & 2 deletions build-locally.py

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

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% set sdk_version = "8.0.100" %}
{% set runtime_version = "8.0.0" %}
{% set sha256 = "67a077720d5affc9bfa8bcffbbaa17c0edda25dba59638fd1888d8fc62d78b16" %} # [aarch64]
{% set sha256 = "550692ae3233e69692822b8be31bb01c5a2b60c3cfa59e9bfce8278b99f36211" %} # [linux]
{% set sha256 = "e6ba41f9340fe71875bb569df92fa8e400f0cf71abf3cf19e5f1f8bd5e3e7bf5" %} # [arm64]
{% set sha256 = "cfbde9f7ef322332bcd0749fc5da843c09cf78e1cc4d10d3358d3ae4dc655c24" %} # [osx]
{% set sha256 = "fc225bcce6b54385580a16216e484b6119452ff6febac7da4e2a7e1fdee09921" %} # [win]
{% set sdk_version = "8.0.204" %}
{% set runtime_version = "8.0.4" %}
{% set sha256 = "c6ecb0c1897e217e8d20153a0119276ee1091c0600aecf2aca8e674c3575942e" %} # [aarch64]
{% set sha256 = "0ec834dc0f11a994057cd05d84c6250db726457f2fe308091d50543a5285dd15" %} # [linux]
{% set sha256 = "f8bc77d6ae347fa5611cef1c4c011bacda04ab0458f991522a6a3519379c6174" %} # [arm64]
{% set sha256 = "cb1379232ecf76b360b4e29bd1ff67a59ce51531d0322569bb87d44b07279059" %} # [osx]
{% set sha256 = "908d00feb496c7ccdfc6271edb9b79c3110feb1b48f96ff2417b4fc97d5d9211" %} # [win]
{% set platform = "linux-arm64" %} # [aarch64]
{% set platform = "linux-x64" %} # [linux]
{% set platform = "osx-arm64" %} # [arm64]
Expand Down

0 comments on commit d46b053

Please sign in to comment.