You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/11 19:33:00 UTC

[jira] [Commented] (MADLIB-1235) Boost library compatibility issue

    [ https://issues.apache.org/jira/browse/MADLIB-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577293#comment-16577293 ] 

ASF GitHub Bot commented on MADLIB-1235:
----------------------------------------

GitHub user iyerr3 opened a pull request:

    https://github.com/apache/madlib/pull/310

    Build: Download compatible Boost if version >= 1.65

    JIRA: MADLIB-1235
    
    BOOST 1.65.0 removed the TR1 library which is required by MADlib till
    C++11 is completely supported. Hence, we force download of a compatible
    version if existing Boost is 1.65 or greater. This should be removed
    when TR1 dependency is removed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/madlib/madlib bugfix/boost_incompatibility_tempfix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib/pull/310.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #310
    
----
commit 2307c8b14f6294f7e861c7df8264c5897f923c5b
Author: Rahul Iyer <ri...@...>
Date:   2018-08-11T19:28:29Z

    Build: Download compatible Boost if version >= 1.65
    
    JIRA: MADLIB-1235
    
    BOOST 1.65.0 removed the TR1 library which is required by MADlib till
    C++11 is completely supported. Hence, we force download of a compatible
    version if existing Boost is 1.65 or greater. This should be removed
    when TR1 dependency is removed.

----


> Boost library compatibility issue
> ---------------------------------
>
>                 Key: MADLIB-1235
>                 URL: https://issues.apache.org/jira/browse/MADLIB-1235
>             Project: Apache MADlib
>          Issue Type: Task
>          Components: Build System
>            Reporter: Frank McQuillan
>            Assignee: Rahul Iyer
>            Priority: Minor
>             Fix For: v1.15.1
>
>
> Investigate Boost library compatibility issues reported by reviewer of MADlib v1.14-rc1
> Link to thread
> https://lists.apache.org/thread.html/7c95cd48a433d3e38d4f4924c0d81f88324ab1f8bf9f79afbf345134@%3Cdev.madlib.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)