Kevin Klues created MESOS-5767:
----------------------------------
Summary: Add ELFIO as bundled Dependency to Mesos
Key: MESOS-5767
URL: https://issues.apache.org/jira/browse/MESOS-5767
Project: Mesos
Issue Type: Improvement
Reporter: Kevin Klues
Assignee: Kevin Klues
Fix For: 1.0.0
ELFIO is a header-only replacement for parsing ELF binaries. Previously we were
using libelf, which introduced both a new build-time dependency as well as a
runtime dependence even though we only really needed this library when
operating on machines that have GPUs.
By using this header-only library and bundling it with Mesos, we can remove
this external dependence altogether.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)