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

[jira] [Resolved] (ARROW-12626) [C++] Support non-BUNDLED xsimd dependency

     [ https://issues.apache.org/jira/browse/ARROW-12626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou resolved ARROW-12626.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 13244
[https://github.com/apache/arrow/pull/13244]

> [C++] Support non-BUNDLED xsimd dependency
> ------------------------------------------
>
>                 Key: ARROW-12626
>                 URL: https://issues.apache.org/jira/browse/ARROW-12626
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 4.0.0
>            Reporter: Yuri
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 18.5h
>  Remaining Estimate: 0h
>
> cmake script accept -Dxsimd_SOURCE=SYSTEM but then it prints:
> {code:java}
> -- ARROW_XSIMD_BUILD_VERSION: e9234cd6e6f4428fc260073b2c34ffe86fda1f34
> ...
> -- Building xsimd from source
> {code}
> Then it installs files with build directory paths:
> {code:java}
> ===> Checking for items in STAGEDIR missing from pkg-plist
> Error: Orphaned: /usr/ports/databases/arrow/work/.build/xsimd_ep/src/xsimd_ep-install/include/xsimd/config/xsimd_align.hpp
> Error: Orphaned: /usr/ports/databases/arrow/work/.build/xsimd_ep/src/xsimd_ep-install/include/xsimd/config/xsimd_config.hpp
> Error: Orphaned: /usr/ports/databases/arrow/work/.build/xsimd_ep/src/xsimd_ep-install/include/xsimd/config/xsimd_include.hpp
> Error: Orphaned: /usr/ports/databases/arrow/work/.build/xsimd_ep/src/xsimd_ep-install/include/xsimd/config/xsimd_instruction_set.hpp
> Error: Orphaned: /usr/ports/databases/arrow/work/.build/xsimd_ep/src/xsimd_ep-install/include/xsimd/math/xsimd_basic_math.hpp
> {code}
> OS: FreeBSD 12.2
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)