-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16419/
-----------------------------------------------------------
(Updated Dec. 20, 2013, 11:22 a.m.)
Review request for mesos, Benjamin Hindman and Ben Mahler.
Bugs: MESOS-799
https://issues.apache.org/jira/browse/MESOS-799
Repository: mesos-git
Description (updated)
-------
The chosen compiler and flags were not propagated to setup.py and
distutils will default to the compiler the particular python was built
with. Selecting a specific compiler for building python eggs is needed
to deal with OS X Mavericks issue.
Diffs
-----
src/Makefile.am ddc43bd17254d34345d5327d20b917aa33aa4355
Diff: https://reviews.apache.org/r/16419/diff/
Testing
-------
make check and functional testing.
Thanks,
Niklas Nielsen