Skip to content

Commit a21f901

Browse files
committed
bump llvm_version
1 parent e995453 commit a21f901

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

recipe/conda_build_config.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ libarrow_all:
66

77
# on osx, keep this in sync with llvm_version in meta.yaml.
88
c_compiler_version: # [osx]
9-
- 18 # [osx]
9+
- 19 # [osx]
1010
cxx_compiler_version: # [osx]
11-
- 18 # [osx]
12-
c_compiler: # [win]
13-
- vs2022 # [win]
14-
cxx_compiler: # [win]
15-
- vs2022 # [win]
11+
- 19 # [osx]

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% set build_ext_version = "5.0.0" %}
44
{% set build_ext = "cuda" if cuda_enabled else "cpu" %}
55
{% set proc_build_number = "0" %}
6-
{% set llvm_version = "18" %}
6+
{% set llvm_version = "19" %}
77

88
# see https://github.com/apache/arrow/blob/apache-arrow-10.0.1/cpp/CMakeLists.txt#L88-L90
99
{% set so_version = (version.split(".")[0] | int * 100 + version.split(".")[1] | int) ~ "." ~ version.split(".")[2] ~ ".0" %}

0 commit comments

Comments
 (0)