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

ARROW-17992: [CI][C++][Conda] Remove needless clangdev/llvmdev pinnings #14376

Merged
merged 3 commits into from
Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions dev/tasks/conda-recipes/arrow-cpp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ outputs:
- google-cloud-cpp # [linux]
- grpc-cpp
- libprotobuf
- clangdev 10 # [not (osx and arm64)]
- llvmdev 10 # [not (osx and arm64)]
- clangdev >=11 # [not (osx and arm64)]
- llvmdev >=11 # [not (osx and arm64)]
- libutf8proc
- lz4-c
- numpy
Expand Down Expand Up @@ -184,9 +184,9 @@ outputs:
- {{ compiler("cuda") }} # [cuda_compiler_version != "None"]
host:
- {{ pin_subpackage('arrow-cpp', exact=True) }}
- clangdev 10 # [not (osx and arm64)]
- clangdev >=11 # [not (osx and arm64)]
- cython
- llvmdev 10 # [not (osx and arm64)]
- llvmdev >=11 # [not (osx and arm64)]
- numpy
- openssl
- python
Expand Down Expand Up @@ -262,9 +262,9 @@ outputs:
host:
- {{ pin_subpackage('arrow-cpp', exact=True) }}
- {{ pin_subpackage('pyarrow', exact=True) }}
- clangdev 10 # [not (osx and arm64)]
- clangdev >=11 # [not (osx and arm64)]
- cython
- llvmdev 10 # [not (osx and arm64)]
- llvmdev >=11 # [not (osx and arm64)]
- numpy
- python
- openssl
Expand Down