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/11/05 17:43:02 UTC

[GitHub] [arrow] jensenrichardson opened a new pull request #8600: ARROW-10503: Uriparser will not compile using Intel compiler

jensenrichardson opened a new pull request #8600:
URL: https://github.com/apache/arrow/pull/8600


   At some point, Intel changed __force_inline to __forceinline. Arrow does not compile without this. Changes the header file to redefine the macro from __force_inline to __forceinline. Source: [here](https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/compiler-options/compiler-option-details/inlining-options/inline-forceinline-qinline-forceinline.html)


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



[GitHub] [arrow] kou commented on pull request #8600: ARROW-10503: Uriparser will not compile using Intel compiler

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #8600:
URL: https://github.com/apache/arrow/pull/8600#issuecomment-722630483


   Patch for upstream: https://github.com/uriparser/uriparser/pull/93


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



[GitHub] [arrow] pitrou commented on pull request #8600: ARROW-10503: [C++] Uriparser will not compile using Intel compiler

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8600:
URL: https://github.com/apache/arrow/pull/8600#issuecomment-724002339


   Thank you @jensenrichardson !


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



[GitHub] [arrow] pitrou closed pull request #8600: ARROW-10503: [C++] Uriparser will not compile using Intel compiler

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #8600:
URL: https://github.com/apache/arrow/pull/8600


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #8600: ARROW-10503: Uriparser will not compile using Intel compiler

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8600:
URL: https://github.com/apache/arrow/pull/8600#issuecomment-722538592


   https://issues.apache.org/jira/browse/ARROW-10503


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