Skip to content

Commit

Permalink
Require xsimd
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 1, 2022
1 parent addd3ac commit 309e42a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/conan/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,7 @@ def package_info(self):
if self.options.with_snappy:
self.cpp_info.components["libarrow"].requires.append("snappy::snappy")
if self.options.get_safe("simd_level") != None or self.options.get_safe("runtime_simd_level") != None:
if tools.Version(self.version) >= "8.0.0":
# Requires xsimd/master
pass
else:
self.cpp_info.components["libarrow"].requires.append("xsimd::xsimd")
self.cpp_info.components["libarrow"].requires.append("xsimd::xsimd")
if self.options.with_zlib:
self.cpp_info.components["libarrow"].requires.append("zlib::zlib")
if self.options.with_zstd:
Expand Down

0 comments on commit 309e42a

Please sign in to comment.