Skip to content

Commit

Permalink
Merge pull request #1292 from raulcd/update-14.0.2-download-url
Browse files Browse the repository at this point in the history
Update download URL for Arrow
  • Loading branch information
raulcd authored Jan 30, 2024
2 parents 482b075 + efd6784 commit 3b3b32a
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 36 deletions.
16 changes: 8 additions & 8 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.

2 changes: 1 addition & 1 deletion .ci_support/migrations/cuda120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ __migrator:
kind:
version
migration_number:
1
3
build_number:
1
paused: false
Expand Down
13 changes: 12 additions & 1 deletion .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

24 changes: 12 additions & 12 deletions README.md

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

10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ source:
# arrow has the unfortunate habit of changing tags of X.0.0 in the
# lead-up until release -> don't use github sources on main
# - url: https://github.com/apache/arrow/archive/refs/tags/apache-arrow-{{ version }}.tar.gz
- url: https://dist.apache.org/repos/dist/release/arrow/arrow-{{ version }}/apache-arrow-{{ version }}.tar.gz
- url: https://www.apache.org/dyn/closer.lua/arrow/arrow-{{ version }}/apache-arrow-{{ version }}.tar.gz?action=download
fn: apache-arrow-{{ version }}.tar.gz
sha256: 1304dedb41896008b89fe0738c71a95d9b81752efc77fa70f264cb1da15d9bc2
patches:
# workaround for https://github.com/apache/arrow/issues/37692
Expand All @@ -27,7 +28,7 @@ source:
folder: testing

build:
number: 2
number: 3
# 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 @@ -69,6 +70,7 @@ requirements:
# - jemalloc
- libabseil
- libboost-headers
- libgrpc
- libutf8proc
- lz4-c
- nlohmann_json
Expand Down Expand Up @@ -758,7 +760,7 @@ outputs:
requires:
# test_cpp_extension_in_python requires a compiler
- {{ compiler("cxx") }} # [linux]
- pytest
- pytest <8
- pytest-lazy-fixture
- backports.zoneinfo # [py<39]
- boto3
Expand All @@ -769,7 +771,7 @@ outputs:
- fsspec
- hypothesis
- minio-server
- pandas
- pandas <2.2
- s3fs >=2023
- scipy
# these are generally (far) behind on migrating abseil/grpc/protobuf,
Expand Down

0 comments on commit 3b3b32a

Please sign in to comment.