Skip to content

Commit

Permalink
bump to llvm_version
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 28, 2024
1 parent 2e541e1 commit cfdedbd
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 = "16" %}
{% set llvm_version = "17" %}

# 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 cfdedbd

Please sign in to comment.