You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "barracuda156 (via GitHub)" <gi...@apache.org> on 2023/04/10 11:52:02 UTC

[GitHub] [arrow] barracuda156 opened a new issue, #34999: Allow building with GCC

barracuda156 opened a new issue, #34999:
URL: https://github.com/apache/arrow/issues/34999

   ### Describe the enhancement requested
   
   Currently `arrow` required Clang. It is desirable to allow building with GCC too.
   
   ### Component(s)
   
   C++


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

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] wjones127 closed issue #34999: Allow building with GCC (i.e., without a requirement for LLVM)

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #34999: Allow building with GCC (i.e., without a requirement for LLVM)
URL: https://github.com/apache/arrow/issues/34999


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

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] kou commented on issue #34999: Allow building with GCC (i.e., without a requirement for LLVM)

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #34999:
URL: https://github.com/apache/arrow/issues/34999#issuecomment-1502555491

   FYI: `-Djemalloc_SOURCE=SYSTEM` may help you.


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] barracuda156 commented on issue #34999: Allow building with GCC (i.e., without a requirement for LLVM)

Posted by "barracuda156 (via GitHub)" <gi...@apache.org>.
barracuda156 commented on issue #34999:
URL: https://github.com/apache/arrow/issues/34999#issuecomment-1502529006

   @wjones127 In actually works, thank you. I made a wrong conclusion from a) Macports requiring that and b) a few vague statements in Apache documentation.
   
   What I could not figure out is how to force it to use external `jemalloc` – bundled one is broken for PPC. Had to disable it for now. But `arrow` itself indeed builds without LLVM.


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] wjones127 commented on issue #34999: Allow building with GCC (i.e., without a requirement for LLVM)

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 commented on issue #34999:
URL: https://github.com/apache/arrow/issues/34999#issuecomment-1501934636

   Which parts are you trying to build? The only component that should require LLVM is Gandiva.


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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