You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/10 13:16:04 UTC

[GitHub] [arrow] tobim commented on pull request #7696: ARROW-7605: [C++] Create and install "dependency bundle" static library including jemalloc, mimalloc, and any BUNDLED static library so that static linking to libarrow.a is possible

tobim commented on pull request #7696:
URL: https://github.com/apache/arrow/pull/7696#issuecomment-656671314


   Can you apply this patch to synchronize to mimalloc?
   ```
   diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake
   --- a/cmake_modules/ThirdpartyToolchain.cmake
   +++ b/cmake_modules/ThirdpartyToolchain.cmake
   @@ -1317,6 +1317,7 @@ if(ARROW_JEMALLOC)
                  "--with-jemalloc-prefix=je_arrow_"
                  "--with-private-namespace=je_arrow_private_"
                  "--without-export"
   +              "--disable-shared"
                  # Don't override operator new()
                  "--disable-cxx" "--disable-libdl"
                  # See https://github.com/jemalloc/jemalloc/issues/1237
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org