From 984d609cd5e0621ddba5cc20fbc78429200981cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20Gei=C3=9F?= <alexander.geiss1@tu-darmstadt.de>
Date: Fri, 15 Dec 2023 10:14:21 +0100
Subject: [PATCH] Update Extra-Prof recipies

---
 .../e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb      | 2 +-
 .../e/Extra-Prof/Extra-Prof-DEEP-SEA-V-1-GCCcore-11.3.0.eb      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb b/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb
index 8c25adf0..0d7c212b 100644
--- a/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb
+++ b/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb
@@ -22,7 +22,7 @@ install_cmds = ['echo %(installdir)s',
                 'rm %(builddir)s/extrap-%(version)s/tools/extra-prof/msgpack-cxx.tar.gz',
                 'cp -r %(builddir)s/extrap-%(version)s/tools/extra-prof/**  %(installdir)s/']
 
-dependencies = [('CUDA', '11.5', '', SYSTEM)]
+dependencies = [('CUDA', '11.7', '', SYSTEM)]
 
 sanity_check_paths = {
     'files': [
diff --git a/Golden_Repo/e/Extra-Prof/Extra-Prof-DEEP-SEA-V-1-GCCcore-11.3.0.eb b/Golden_Repo/e/Extra-Prof/Extra-Prof-DEEP-SEA-V-1-GCCcore-11.3.0.eb
index 174453fb..b7e4f7c9 100644
--- a/Golden_Repo/e/Extra-Prof/Extra-Prof-DEEP-SEA-V-1-GCCcore-11.3.0.eb
+++ b/Golden_Repo/e/Extra-Prof/Extra-Prof-DEEP-SEA-V-1-GCCcore-11.3.0.eb
@@ -22,7 +22,7 @@ install_cmds = ['echo %(installdir)s',
                 'rm %(builddir)s/extrap-%(version)s/tools/extra-prof/msgpack-cxx.tar.gz',
                 'cp -r %(builddir)s/extrap-%(version)s/tools/extra-prof/**  %(installdir)s/']
 
-dependencies = [('CUDA', '11.5', '', SYSTEM)]
+dependencies = [('CUDA', '11.7', '', SYSTEM)]
 
 sanity_check_paths = {
     'files': [
-- 
GitLab