kou commented on code in PR #14005:
URL: https://github.com/apache/arrow/pull/14005#discussion_r959117905


##########
ci/conan/all/conanfile.py:
##########
@@ -340,7 +340,7 @@ def requirements(self):
         if tools.Version(self.version) >= "6.0.0" and \
             self.options.get_safe("simd_level") != None or \
             self.options.get_safe("runtime_simd_level") != None:
-            self.requires("xsimd/8.1.0")
+            self.requires("xsimd/9.0.0")

Review Comment:
   Could you revert this because Conan doesn't provide 9.0.0 yet?
   https://conan.io/center/xsimd



##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2245,7 +2245,7 @@ endif()
 if(ARROW_USE_XSIMD)
   resolve_dependency(xsimd
                      REQUIRED_VERSION
-                     "8.1.0"
+                     "9.0.0"

Review Comment:
   @serge-sans-paille Could you revert this change to support xsimd 8.1.0 too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to