From d0cd8002405c6571c9def867352f9bef886ab09f Mon Sep 17 00:00:00 2001 From: Damian Alvarez <d.alvarez@fz-juelich.de> Date: Fri, 16 Dec 2022 17:17:49 +0100 Subject: [PATCH] psmpi: correct checksum for new version --- Golden_Repo/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb | 2 +- Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb | 2 +- Golden_Repo/p/psmpi/psmpi-5.7.0-1-intel-compilers-2022.1.0.eb | 2 +- Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb index cdebdfeb4..2c22a4939 100644 --- a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb +++ b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb @@ -13,7 +13,7 @@ sources = [SOURCE_TAR_GZ] source_urls = ['https://github.com/ParaStation/psmpi/archive/'] checksums = [ # psmpi-5.7.0-1.tar.gz - 'bb532c9cc49da31384bb7d73faccf0be224317bc5b055723095c3965f7ad6209', + '654ccf209b9f3e11c93ed308cb966900e558ab73b75f057123d7c801d8632a34', '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156', # psmpi_shebang.patch # psmpi-5.5.0-1_ime.patch 'c2418b9511560dca197242508de9c7b6b117122912b6d3a4aa18398834f465ff', diff --git a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb index 77d9539e7..e01381ee5 100644 --- a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb +++ b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-NVHPC-22.11.eb @@ -13,7 +13,7 @@ sources = [SOURCE_TAR_GZ] source_urls = ['https://github.com/ParaStation/psmpi/archive/'] checksums = [ # psmpi-5.7.0-1.tar.gz - 'bb532c9cc49da31384bb7d73faccf0be224317bc5b055723095c3965f7ad6209', + '654ccf209b9f3e11c93ed308cb966900e558ab73b75f057123d7c801d8632a34', '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156', # psmpi_shebang.patch # psmpi-5.5.0-1_ime.patch 'c2418b9511560dca197242508de9c7b6b117122912b6d3a4aa18398834f465ff', diff --git a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-intel-compilers-2022.1.0.eb b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-intel-compilers-2022.1.0.eb index 740d45ae6..aa193b54f 100644 --- a/Golden_Repo/p/psmpi/psmpi-5.7.0-1-intel-compilers-2022.1.0.eb +++ b/Golden_Repo/p/psmpi/psmpi-5.7.0-1-intel-compilers-2022.1.0.eb @@ -13,7 +13,7 @@ sources = [SOURCE_TAR_GZ] source_urls = ['https://github.com/ParaStation/psmpi/archive/'] checksums = [ # psmpi-5.7.0-1.tar.gz - 'bb532c9cc49da31384bb7d73faccf0be224317bc5b055723095c3965f7ad6209', + '654ccf209b9f3e11c93ed308cb966900e558ab73b75f057123d7c801d8632a34', '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156', # psmpi_shebang.patch # psmpi-5.5.0-1_ime.patch 'c2418b9511560dca197242508de9c7b6b117122912b6d3a4aa18398834f465ff', diff --git a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb index f740f6226..27d792e7e 100644 --- a/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb +++ b/Overlays/hdfml_overlay/p/psmpi/psmpi-5.7.0-1-GCC-11.3.0.eb @@ -13,7 +13,7 @@ sources = [SOURCE_TAR_GZ] source_urls = ['https://github.com/ParaStation/psmpi/archive/'] checksums = [ # psmpi-5.7.0-1.tar.gz - 'bb532c9cc49da31384bb7d73faccf0be224317bc5b055723095c3965f7ad6209', + '654ccf209b9f3e11c93ed308cb966900e558ab73b75f057123d7c801d8632a34', '978eb3223c978477c40987f745c07fda26ccbad2f468616faf92f0d71b81a156', # psmpi_shebang.patch ] -- GitLab