Skip to content

Commit

Permalink
Align with global zlib pinning (#82)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Mar 13, 2024
2 parents c02c114 + e029c8d commit 96c6e97
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ zip_keys:
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ zip_keys:
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ zip_keys:
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ zip_keys:
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ zip_keys:
- cuda_compiler
- cuda_compiler_version
- docker_image
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ target_platform:
zip_keys:
- - cuda_compiler
- cuda_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ target_platform:
zip_keys:
- - cuda_compiler
- cuda_compiler_version
zlib:
- '1.2'
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
sha256: 94fc17af8e83a26cc5d231ed23981b28c29c3fc2e87b1844ea3f46486f481df5 # [win and (cuda_compiler_version or "").startswith("12")]

build:
number: 2
number: 3
skip: True # [osx]
skip: True # [cuda_compiler_version == "11.2"]
# Disable binary relocation to workaround patchelf issue
Expand Down Expand Up @@ -61,8 +61,8 @@ requirements:
- cuda-version 12.0 # [(cuda_compiler_version or "").startswith("12")]
- patchelf >=0.12 # [linux]
# to suppress ".so not found" errors
- libzlib # [linux]
- libzlib-wapi # [win64]
- libzlib {{ zlib }} # [linux]
- libzlib-wapi {{ zlib }} # [win64]
run:
- {{ pin_compatible("cuda-version", max_pin="x") }}
- cudatoolkit 11.* # [(cuda_compiler_version or "").startswith("11")]
Expand Down

0 comments on commit 96c6e97

Please sign in to comment.