-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
From https://github.com/apache/arrow/pull/6068/files#r360672071:
# Copy the bundled static libs from the build to the install dir
find . -regex .*/.*/lib/.*\\.a\$ | xargs -I{} cp -u {} ${DEST_DIR}/libI think that we should do this by CMake when -DARROW_BUILD_STATIC=ON is specified.
${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/arrow/vendored/libXXX.a may be better for the installed path to avoid conflict.
Reporter: Neal Richardson / @nealrichardson
Assignee: Kouhei Sutou / @kou
Related issues:
- [C++] Create and install static library containing all dependencies built by Arrow (relates to)
- [C++] Declare required Libs.private in arrow.pc package config (is related to)
Note: This issue was originally created as ARROW-7499. Please see the migration documentation for further details.