You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/04/14 16:06:00 UTC

[jira] [Created] (ARROW-12382) [C++][CI] Conda nightly jobs fail due to not bundling xsimd

David Li created ARROW-12382:
--------------------------------

             Summary: [C++][CI] Conda nightly jobs fail due to not bundling xsimd
                 Key: ARROW-12382
                 URL: https://issues.apache.org/jira/browse/ARROW-12382
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Continuous Integration
            Reporter: David Li
             Fix For: 4.0.0


We don't bundle xsimd if the compile-time SIMD level is NONE, but we still try to build code that uses xsimd if the runtime SIMD level is not NONE. The bundle check needs to account for both. See ARROW-11993. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)