You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2013/05/21 19:34:00 UTC

[2/2] git commit: Fixed python setup.py to use libev-4.15.

Fixed python setup.py to use libev-4.15.

Review: https://reviews.apache.org/r/11290


Project: http://git-wip-us.apache.org/repos/asf/incubator-mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mesos/commit/c6b980a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mesos/tree/c6b980a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mesos/diff/c6b980a4

Branch: refs/heads/master
Commit: c6b980a468508c002aa758567d762348ee8e93c5
Parents: 9ba66dc
Author: Vinod Kone <vi...@twitter.com>
Authored: Mon May 20 18:47:32 2013 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Mon May 20 23:42:29 2013 -0700

----------------------------------------------------------------------
 src/python/setup.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mesos/blob/c6b980a4/src/python/setup.py.in
----------------------------------------------------------------------
diff --git a/src/python/setup.py.in b/src/python/setup.py.in
index 5232d4c..0083f23 100644
--- a/src/python/setup.py.in
+++ b/src/python/setup.py.in
@@ -30,7 +30,7 @@ libprocess = os.path.join('third_party', 'libprocess')
 # include them here (or more precisely, down where we actually include
 # libev.a and libprofiler.a).
 glog = os.path.join(libprocess, 'third_party', 'glog-0.3.1')
-libev = os.path.join(libprocess, 'third_party', 'libev-3.8')
+libev = os.path.join(libprocess, 'third_party', 'libev-4.15')
 gperftools = os.path.join(libprocess, 'third_party', 'gperftools-2.0')
 protobuf = os.path.join(libprocess, 'third_party', 'protobuf-2.4.1')