From 6cde594f359960544053098b87286892bdd01b23 Mon Sep 17 00:00:00 2001
From: Tommaso Tocci <tommaso@tocci.pro>
Date: Tue, 28 May 2019 17:53:59 +0200
Subject: [PATCH] deps: update mercury

---
 scripts/dl_dep.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dl_dep.sh b/scripts/dl_dep.sh
index 5fbfc6907..b37b9de22 100755
--- a/scripts/dl_dep.sh
+++ b/scripts/dl_dep.sh
@@ -189,7 +189,7 @@ if [ "${NA_LAYER}" == "ofi" ] || [ "${NA_LAYER}" == "all" ]; then
     fi
 fi
 # get Mercury
-clonedeps "mercury" "https://github.com/mercury-hpc/mercury" "0de22781cd08931416aba8050c5a6647c23abcb9"  "--recurse-submodules" &
+clonedeps "mercury" "https://github.com/mercury-hpc/mercury" "9906f25b6f9c52079d57006f199b3ea47960c435"  "--recurse-submodules" &
 # get Argobots
 wgetdeps "argobots" "https://github.com/pmodels/argobots/archive/v1.0rc1.tar.gz" &
 # get Margo
-- 
GitLab