You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/01/28 22:05:53 UTC

[2/2] incubator-kudu git commit: Update NVML to 0.4-b2

Update NVML to 0.4-b2

Apparently NVML has some funny version numbering: 0.4-b2 is a newer release
than 0.4 (despite the version number making it look like a beta). This upgrades
to that tag from github.

The NVML revision of the tag is a59b76b579a2f6430e7869e2b8d53e22ae956816.

Change-Id: If9d6edc01683cef9dd30586cacbed0930bb1b648
Reviewed-on: http://gerrit.cloudera.org:8080/1949
Reviewed-by: Jean-Daniel Cryans
Tested-by: Todd Lipcon <to...@apache.org>


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

Branch: refs/heads/master
Commit: 396bbae5799433abf1d14e489d5af2386fbe3a10
Parents: 3fe66ef
Author: Todd Lipcon <to...@apache.org>
Authored: Thu Jan 28 12:26:02 2016 -0800
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Jan 28 20:49:52 2016 +0000

----------------------------------------------------------------------
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/396bbae5/thirdparty/vars.sh
----------------------------------------------------------------------
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 9585666..baeeec1 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -130,5 +130,5 @@ GCC_BUILD_DIR=${GCC_DIR}.build
 TRACE_VIEWER_VERSION=45f6525d8aa498be53e4137fb73a9e9e036ce91d
 TRACE_VIEWER_DIR=$TP_DIR/kudu-trace-viewer-${TRACE_VIEWER_VERSION}
 
-NVML_VERSION=0.4
+NVML_VERSION=0.4-b2
 NVML_DIR=$TP_DIR/nvml-$NVML_VERSION