File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ libarrow_all:
6
6
7
7
# on osx, keep this in sync with llvm_version in meta.yaml.
8
8
c_compiler_version : # [osx]
9
- - 18 # [osx]
9
+ - 19 # [osx]
10
10
cxx_compiler_version : # [osx]
11
- - 18 # [osx]
12
- c_compiler : # [win]
13
- - vs2022 # [win]
14
- cxx_compiler : # [win]
15
- - vs2022 # [win]
11
+ - 19 # [osx]
Original file line number Diff line number Diff line change 3
3
{% set build_ext_version = "5.0.0" %}
4
4
{% set build_ext = "cuda" if cuda_enabled else "cpu" %}
5
5
{% set proc_build_number = "0" %}
6
- {% set llvm_version = "18 " %}
6
+ {% set llvm_version = "19 " %}
7
7
8
8
# see https://github.com/apache/arrow/blob/apache-arrow-10.0.1/cpp/CMakeLists.txt#L88-L90
9
9
{% set so_version = (version.split(".")[0] | int * 100 + version.split(".")[1] | int) ~ "." ~ version.split(".")[2] ~ ".0" %}
You can’t perform that action at this time.
0 commit comments