You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2016/04/26 19:27:02 UTC

[11/13] mesos git commit: Updated gperftools to version 2.5 (Mesos).

Updated gperftools to version 2.5 (Mesos).

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


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

Branch: refs/heads/master
Commit: 0956ce89bad62657e88affe233a6693632a5bc67
Parents: 5aec037
Author: Greg Mann <gr...@mesosphere.io>
Authored: Tue Apr 26 10:43:37 2016 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Tue Apr 26 10:44:23 2016 -0400

----------------------------------------------------------------------
 src/python/native_common/ext_modules.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0956ce89/src/python/native_common/ext_modules.py.in
----------------------------------------------------------------------
diff --git a/src/python/native_common/ext_modules.py.in b/src/python/native_common/ext_modules.py.in
index ad98a57..4fd328f 100644
--- a/src/python/native_common/ext_modules.py.in
+++ b/src/python/native_common/ext_modules.py.in
@@ -42,7 +42,7 @@ def _create_module(module_name):
     # include them here (or more precisely, down where we actually include
     # libev.a and libprofiler.a).
     glog = os.path.join(libprocess, '3rdparty', 'glog-0.3.3')
-    gperftools = os.path.join(libprocess, '3rdparty', 'gperftools-2.0')
+    gperftools = os.path.join(libprocess, '3rdparty', 'gperftools-2.5')
     protobuf = os.path.join(libprocess, '3rdparty', 'protobuf-2.6.1')
 
     # Build the list of source files. Note that each source must be