Skip to content

Commit

Permalink
Revert "use LLVM version that's compatible with sparse/numba"
Browse files Browse the repository at this point in the history
This reverts commit f51ba55.
  • Loading branch information
h-vetinari committed Sep 13, 2023
1 parent e840867 commit aeae9a0
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 = "14" %}
{% set llvm_version = "15" %}

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

Please sign in to comment.