You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2020/07/24 17:15:53 UTC

[GitHub] [madlib] reductionista opened a new pull request #509: C++11

reductionista opened a new pull request #509:
URL: https://github.com/apache/madlib/pull/509


       Add conditional support for C++11 compilers.
   
       This allows madlib to be compiled on OSX with libc++ and
       other C++11 compilers, and drops the requirement that an old
       version of Boost be used.
       (Previously we required Boost < 1.65 to compile.)
   
       On OSX, this gets rid of the need to use either an old version
       of MacOS (Sierra or earlier), download an old version of
       XCode (9.x or earlier), or compile with gcc (the last of which
       is unacceptable for a release version, as it means it will not
       run on MacOS without the user manually installing 3rd party
       libraries).


----------------------------------------------------------------
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] [madlib] reductionista merged pull request #509: C++11

Posted by GitBox <gi...@apache.org>.
reductionista merged pull request #509:
URL: https://github.com/apache/madlib/pull/509


   


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