From 71022c1fca8a5049257f2ba4ca969594f97411dd Mon Sep 17 00:00:00 2001
From: Damian Alvarez <d.alvarez@fz-juelich.de>
Date: Wed, 7 Jun 2023 13:44:49 +0200
Subject: [PATCH] Fix to use the correct patch

---
 Golden_Repo/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb               | 4 ++--
 Golden_Repo/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb               | 4 ++--
 Golden_Repo/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb | 4 ++--
 Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb    | 4 ++--
 Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb    | 4 ++--
 .../p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb         | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Golden_Repo/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb b/Golden_Repo/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb
index f7f5a4d96..482733003 100644
--- a/Golden_Repo/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb
+++ b/Golden_Repo/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb
@@ -17,7 +17,7 @@ checksums = [
     '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156',  # psmpi_shebang.patch
     # psmpi-5.5.0-1_ime.patch
     'c2418b9511560dca197242508de9c7b6b117122912b6d3a4aa18398834f465ff',
-    # psmpi-5.7.1-1_singleton-fix.patch
+    # psmpi-5.7.0-1_singleton-fix.patch
     '5ab46de53f6025367f444e77cd3374fe36a0728cde38c72db55603ebc08b50a2',
 ]
 
@@ -32,7 +32,7 @@ dependencies = [
 patches = [
     'psmpi_shebang.patch',
     'psmpi-5.5.0-1_ime.patch',
-    'psmpi-5.7.1-1_singleton-fix.patch'
+    'psmpi-5.7.0-1_singleton-fix.patch'
 ]
 
 mpich_opts = '--enable-static --with-file-system=ime+ufs+gpfs --enable-romio'
diff --git a/Golden_Repo/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb b/Golden_Repo/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb
index cc4d0835a..2c07243d7 100644
--- a/Golden_Repo/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb
+++ b/Golden_Repo/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb
@@ -17,7 +17,7 @@ checksums = [
     '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156',  # psmpi_shebang.patch
     # psmpi-5.5.0-1_ime.patch
     'c2418b9511560dca197242508de9c7b6b117122912b6d3a4aa18398834f465ff',
-    # psmpi-5.7.1-1_singleton-fix.patch
+    # psmpi-5.7.0-1_singleton-fix.patch
     '5ab46de53f6025367f444e77cd3374fe36a0728cde38c72db55603ebc08b50a2',
 ]
 
@@ -32,7 +32,7 @@ dependencies = [
 patches = [
     'psmpi_shebang.patch',
     'psmpi-5.5.0-1_ime.patch',
-    'psmpi-5.7.1-1_singleton-fix.patch'
+    'psmpi-5.7.0-1_singleton-fix.patch'
 ]
 
 mpich_opts = '--enable-static --with-file-system=ime+ufs+gpfs --enable-romio'
diff --git a/Golden_Repo/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb b/Golden_Repo/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb
index f06d71481..11f887ac6 100644
--- a/Golden_Repo/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb
+++ b/Golden_Repo/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb
@@ -17,7 +17,7 @@ checksums = [
     '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156',  # psmpi_shebang.patch
     # psmpi-5.5.0-1_ime.patch
     'c2418b9511560dca197242508de9c7b6b117122912b6d3a4aa18398834f465ff',
-    # psmpi-5.7.1-1_singleton-fix.patch
+    # psmpi-5.7.0-1_singleton-fix.patch
     '5ab46de53f6025367f444e77cd3374fe36a0728cde38c72db55603ebc08b50a2',
 ]
 
@@ -32,7 +32,7 @@ dependencies = [
 patches = [
     'psmpi_shebang.patch',
     'psmpi-5.5.0-1_ime.patch',
-    'psmpi-5.7.1-1_singleton-fix.patch'
+    'psmpi-5.7.0-1_singleton-fix.patch'
 ]
 
 mpich_opts = '--enable-static --with-file-system=ime+ufs+gpfs --enable-romio'
diff --git a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb
index e9109f9a7..63bce372a 100644
--- a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb
+++ b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-GCC-11.3.0.eb
@@ -15,7 +15,7 @@ checksums = [
     # psmpi-5.7.1-1.tar.gz
     'fe6fee71ff7586295347c4d06e1be872adcbe136119152c5a0983bad643e967b',
     '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156',  # psmpi_shebang.patch
-    # psmpi-5.7.1-1_singleton-fix.patch
+    # psmpi-5.7.0-1_singleton-fix.patch
     '5ab46de53f6025367f444e77cd3374fe36a0728cde38c72db55603ebc08b50a2',
 ]
 
@@ -31,7 +31,7 @@ patches = [
     'psmpi_shebang.patch',
     # We don't have IME in HDFML so we skip this
     # 'psmpi-5.5.0-1_ime.patch',
-    'psmpi-5.7.1-1_singleton-fix.patch'
+    'psmpi-5.7.0-1_singleton-fix.patch'
 ]
 
 # We don't have IME in HDFML so we skip this
diff --git a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb
index e9d5c2c1c..cfd22989c 100644
--- a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb
+++ b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-NVHPC-23.1.eb
@@ -15,7 +15,7 @@ checksums = [
     # psmpi-5.7.1-1.tar.gz
     'fe6fee71ff7586295347c4d06e1be872adcbe136119152c5a0983bad643e967b',
     '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156',  # psmpi_shebang.patch
-    # psmpi-5.7.1-1_singleton-fix.patch
+    # psmpi-5.7.0-1_singleton-fix.patch
     '5ab46de53f6025367f444e77cd3374fe36a0728cde38c72db55603ebc08b50a2',
 ]
 
@@ -31,7 +31,7 @@ patches = [
     'psmpi_shebang.patch',
     # We don't have IME in HDFML so we skip this
     # 'psmpi-5.5.0-1_ime.patch',
-    'psmpi-5.7.1-1_singleton-fix.patch'
+    'psmpi-5.7.0-1_singleton-fix.patch'
 ]
 
 # We don't have IME in HDFML so we skip this
diff --git a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb
index ea66d1a77..d21dcf25e 100644
--- a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb
+++ b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.1-1-intel-compilers-2022.1.0.eb
@@ -15,7 +15,7 @@ checksums = [
     # psmpi-5.7.1-1.tar.gz
     'fe6fee71ff7586295347c4d06e1be872adcbe136119152c5a0983bad643e967b',
     '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156',  # psmpi_shebang.patch
-    # psmpi-5.7.1-1_singleton-fix.patch
+    # psmpi-5.7.0-1_singleton-fix.patch
     '5ab46de53f6025367f444e77cd3374fe36a0728cde38c72db55603ebc08b50a2',
 ]
 
@@ -31,7 +31,7 @@ patches = [
     'psmpi_shebang.patch',
     # We don't have IME in HDFML so we skip this
     # 'psmpi-5.5.0-1_ime.patch',
-    'psmpi-5.7.1-1_singleton-fix.patch'
+    'psmpi-5.7.0-1_singleton-fix.patch'
 ]
 
 # We don't have IME in HDFML so we skip this
-- 
GitLab