----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24264/#review53375 -----------------------------------------------------------
src/Makefile.am <https://reviews.apache.org/r/24264/#comment93020> Shouldn't we install these globally / not for '--user'? - Cody Maloney On Sept. 2, 2014, 9:25 p.m., Thomas Rampelberg wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24264/ > ----------------------------------------------------------- > > (Updated Sept. 2, 2014, 9:25 p.m.) > > > Review request for mesos and Benjamin Hindman. > > > Bugs: MESOS-899 > https://issues.apache.org/jira/browse/MESOS-899 > > > Repository: mesos-git > > > Description > ------- > > Because eggs are impossible to uninstall, pip + wheel has been added as a > packaging format. The wheels are generated in addition to eggs and then > subsequently installed/uninstalled. > > Note that the building of eggs has not been removed. This is because wheels > cannot be run in place like eggs are via. modification of PYTHONPATH. The eggs > are needed for all the test scripts to run correctly without actually > installing anything locally. > > > Diffs > ----- > > 3rdparty/Makefile.am 7cf0c88aa772909427fffd38fb91bffd967b77d2 > 3rdparty/pip-1.5.6.tar.gz PRE-CREATION > 3rdparty/versions.am cd7c1cf087dbcfd385ac33145a562764e426c5e5 > 3rdparty/wheel-0.24.0.tar.gz PRE-CREATION > Makefile.am e4ffa35a56b0fdfe6ead4f778ee69b7a37cec325 > configure.ac c4b43911f5f8f651ddf8f2e12c263849e07e8089 > mpi/mpiexec-mesos.in 82a135091fa3a25bc118e4d51be0ee6194ac441f > src/Makefile.am 40b9f6b69f9970a3a5bac6f055f0897224478481 > src/examples/python/test-containerizer.in > c82f3dc29f48e389a70e17ce310e75496dae3274 > src/examples/python/test-executor.in > 0725568c81bfa753bfed12fc0d97a2bb1c61caae > src/examples/python/test-framework.in > 1a4300213083dcd03d8ef7d599149877c51df231 > > Diff: https://reviews.apache.org/r/24264/diff/ > > > Testing > ------- > > `make distcheck -j6` > > > Thanks, > > Thomas Rampelberg > >