You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:45 UTC

[jira] [Issue Comment Deleted] (MESOS-9406) Allow for optionally unbundled leveldb from CMake builds.

     [ https://issues.apache.org/jira/browse/MESOS-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-9406:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> Allow for optionally unbundled leveldb from CMake builds.
> ---------------------------------------------------------
>
>                 Key: MESOS-9406
>                 URL: https://issues.apache.org/jira/browse/MESOS-9406
>             Project: Mesos
>          Issue Type: Improvement
>          Components: build, cmake
>    Affects Versions: 1.8.0
>            Reporter: Till Toenshoff
>            Assignee: Till Toenshoff
>            Priority: Minor
>              Labels: cmake, unbundled-dependencies
>             Fix For: 1.8.0
>
>
> Following the example of unbundled libevent and libarchive, we should allow for unbundled leveldb if the user wishes so.
> For leveldb, this task is not as trivial as one would hope due to the fact that we link leveldb statically. This forces us to satisfy leveldb's strong dependencies against gpertools (tcmalloc) as well as snappy.
> Alternatively, we would resort into linking leveldb dynamically, solving these issues.



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