-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49480/
-----------------------------------------------------------
(Updated July 1, 2016, 10:32 p.m.)
Review request for mesos, Alexander Rojas, Kapil Arya, and Till Toenshoff.
Changes
-------
Updated to just use `cp` to do install, rather than rolling our own Makefile
and bundling it just to copy on header file.
Bugs: MESOS-5755
https://issues.apache.org/jira/browse/MESOS-5755
Repository: mesos
Description
-------
Added installing NVML headers with --enable-install-module-dependencies.
Diffs (updated)
-----
3rdparty/Makefile.am 2b243878d9688421c0847a3387611616588185ed
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