Skip to content

Commit

Permalink
use LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 11, 2025
1 parent 08ea357 commit b9a97ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set build_ext_version = "5.0.0" %}
{% set build_ext = "cuda" if cuda_enabled else "cpu" %}
{% set proc_build_number = "0" %}
{% set llvm_version = "18" %}
{% set llvm_version = "19" %}

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

0 comments on commit b9a97ca

Please sign in to comment.