Skip to content

Commit

Permalink
Merge pull request #7 from regro-cf-autotick-bot/0.17.2.1_he14ffe
Browse files Browse the repository at this point in the history
wgpu-native v0.17.2.1
  • Loading branch information
hmaarrfk authored Oct 6, 2023
2 parents 9619244 + e121687 commit 48a4131
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 64 deletions.
53 changes: 8 additions & 45 deletions .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/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_compiler:
c_compiler_version:
- '12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
macos_machine:
- x86_64-apple-darwin13.4.0
rust_compiler:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
macos_machine:
- arm64-apple-darwin20.0.0
rust_compiler:
Expand Down
9 changes: 4 additions & 5 deletions .scripts/build_steps.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/logging_utils.sh

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

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

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

112 changes: 112 additions & 0 deletions .scripts/run_win_build.bat

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

8 changes: 8 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
MACOSX_SDK_VERSION: # [osx]
- 12.3 # [osx]
cudnn: # [linux64]
- undefined # [linux64]
cuda_compiler_version: # [linux64]
- None # [linux64]
docker_image: # [linux64]
- quay.io/condaforge/linux-anvil-cos7-x86_64 # [linux64]
cdt_name: # [linux64]
- cos7 # [linux64]
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "wgpu-native" %}
{% set version = "0.17.0.2" %}
{% set version = "0.17.2.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/gfx-rs/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: d84de1dd26295cc0a6fdfc150e3018bda755b7620a1e8950edc96ecb5c2e4eef
sha256: 70e11f067e5c7ef5838c0b5ccd9efa8ddda26d74dbae1680871b0a1a17f75d5c

build:
number: 1
number: 0
run_exports:
# hmaarrfk: 2023/07/29 -- No clue ....
- {{ pin_subpackage('wgpu-native', max_pin='x.x.x') }}
Expand Down

0 comments on commit 48a4131

Please sign in to comment.