Skip to content

Commit

Permalink
Add openssl to conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jan 23, 2022
1 parent 7f3f567 commit 44d84f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/tasks/conda-recipes/arrow-cpp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ outputs:
- lz4-c
- numpy
- orc # [unix]
- openssl
- python
- rapidjson
- re2
Expand Down Expand Up @@ -163,6 +164,8 @@ outputs:
string: py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
ignore_run_exports:
- cudatoolkit
ignore_run_exports_from:
- openssl
track_features:
{{ "- arrow-cuda" if cuda_enabled else "" }}
requirements:
Expand All @@ -183,6 +186,7 @@ outputs:
- cython
- numpy
- python
- openssl
- setuptools
- setuptools_scm
- six
Expand Down Expand Up @@ -235,6 +239,8 @@ outputs:
string: py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
ignore_run_exports:
- cudatoolkit
ignore_run_exports_from:
- openssl
track_features:
{{ "- arrow-cuda" if cuda_enabled else "" }}
requirements:
Expand All @@ -256,6 +262,7 @@ outputs:
- cython
- numpy
- python
- openssl
- setuptools
- setuptools_scm
- six
Expand Down

0 comments on commit 44d84f5

Please sign in to comment.