You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yuri (Jira)" <ji...@apache.org> on 2021/05/02 09:05:00 UTC

[jira] [Created] (ARROW-12626) Build doesn't find external xsimd, and then installs a bundled one into a wrong path

Yuri created ARROW-12626:
----------------------------

             Summary: Build doesn't find external xsimd, and then installs a bundled one into a wrong path
                 Key: ARROW-12626
                 URL: https://issues.apache.org/jira/browse/ARROW-12626
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 4.0.0
            Reporter: Yuri


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.3.4#803005)