Kevin Klues created MESOS-5553:
----------------------------------
Summary: Bundle NVML headers for Nvidia GPU support.
Key: MESOS-5553
URL: https://issues.apache.org/jira/browse/MESOS-5553
Project: Mesos
Issue Type: Improvement
Reporter: Kevin Klues
Assignee: Kevin Klues
Currently, we rely on a script to install the Nvidia GDK as a build dependence
for building Mesos with Nvidia GPU support.
A previous ticket removed the Mesos build dependence on `libnvidia-ml` which
comes as part of the GDK. This ticket proposes bundling the NVML headers with
Mesos in order to completely remove the build dependence on the GDK.
With this change it will be much simpler to configure and build with Nvidia GPU
support. All that will be required is:
{noformat}
../configure --enable-nvidia-gpu-support
make -j
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)