1
- {% set version = "20 .0.0" %}
1
+ {% set version = "21 .0.0" %}
2
2
{% set cuda_enabled = cuda_compiler_version != "None" %}
3
3
{% set build_ext_version = "5.0.0" %}
4
4
{% set build_ext = "cuda" if cuda_enabled else "cpu" %}
@@ -15,7 +15,7 @@ package:
15
15
source :
16
16
- url : https://www.apache.org/dyn/closer.lua/arrow/arrow-{{ version }}/apache-arrow-{{ version }}.tar.gz?action=download
17
17
fn : apache-arrow-{{ version }}.tar.gz
18
- sha256 : 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212
18
+ sha256 : 5d3f8db7e72fb9f65f4785b7a1634522e8d8e9657a445af53d4a34a3849857b5
19
19
patches :
20
20
# skip gcsfs tests due to missing `storage-testbench`
21
21
- patches/0001-disable-gcsfs_test.patch
@@ -27,14 +27,14 @@ source:
27
27
28
28
# testing-submodules not part of release tarball
29
29
- git_url : https://github.com/apache/arrow-testing.git
30
- git_rev : d2a13712303498963395318a4eb42872e66aead7
30
+ git_rev : fbf6b703dc93d17d75fa3664c5aa2c7873ebaf06
31
31
folder : testing
32
32
- git_url : https://github.com/apache/parquet-testing.git
33
33
git_rev : 18d17540097fca7c40be3d42c167e6bfad90763c
34
34
folder : cpp/submodules/parquet-testing
35
35
36
36
build :
37
- number : 18
37
+ number : 0
38
38
# for cuda support, building with one version is enough to be compatible with
39
39
# all later versions, since arrow is only using libcuda, and not libcudart.
40
40
skip : true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
0 commit comments