-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49480/
-----------------------------------------------------------
Review request for mesos, Alexander Rojas, Kapil Arya, and Till Toenshoff.
Bugs: MESOS-5755
https://issues.apache.org/jira/browse/MESOS-5755
Repository: mesos
Description
-------
Added installing NVML headers with --enable-install-module-dependencies.
Diffs
-----
3rdparty/Makefile.am 2b24387
3rdparty/nvml-352.79.tar.gz 04eee42c306344369b27ffe5f884663e634960b1
Diff: https://reviews.apache.org/r/49480/diff/
Testing
-------
../configure --enable-install-module-dependencies --prefix=$HOME/mesos-install
make install
find $HOME/mesos-install -name nvml.h
--> $HOME/mesos-install/lib/mesos/3rdparty/include/nvidia/gdk/nvml.h
Thanks,
Kevin Klues