Skip to content

Commit

Permalink
[15.x] Rebuild for orc 2.0.1; enable orc-on-windows also for pyarrow (#…
Browse files Browse the repository at this point in the history
…1086)

automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 21, 2024
2 parents cdf2726 + f8fa4c7 commit 722b37b
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 28 deletions.
8 changes: 4 additions & 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.

8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/orc201.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for orc 2.0.1
kind: version
migration_number: 1
migrator_ts: 1716104618.410814
orc:
- 2.0.1
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ numpy:
openssl:
- '3'
orc:
- 2.0.0
- 2.0.1
pin_run_as_build:
python:
min_pin: x.x
Expand Down
16 changes: 8 additions & 8 deletions README.md

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

1 change: 1 addition & 0 deletions recipe/build-pyarrow.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SET PYARROW_WITH_FLIGHT=1
SET PYARROW_WITH_GANDIVA=1
SET PYARROW_WITH_GCS=1
SET PYARROW_WITH_HDFS=1
SET PYARROW_WITH_ORC=1
SET PYARROW_WITH_PARQUET=1
SET PYARROW_WITH_PARQUET_ENCRYPTION=1
SET PYARROW_WITH_S3=1
Expand Down
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ source:
folder: testing

build:
number: 9
number: 10
# for cuda support, building with one version is enough to be compatible with
# all later versions, since arrow is only using libcuda, and not libcudart.
skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
Expand Down Expand Up @@ -694,6 +694,8 @@ outputs:
- {{ pin_subpackage("libparquet", exact=True) }}
- {{ pin_compatible('numpy') }}
- python
# orc>=2.0.1 will look in $CONDA_PREFIX/share/zoneinfo
- tzdata
run_constrained:
- apache-arrow-proc =*={{ build_ext }}

Expand All @@ -706,7 +708,7 @@ outputs:
- pyarrow.compute
- pyarrow.flight
- pyarrow.gandiva
- pyarrow.orc # [unix]
- pyarrow.orc
- pyarrow.parquet
- pyarrow.fs
- pyarrow._s3fs
Expand Down

0 comments on commit 722b37b

Please sign in to comment.