From 100bc746fac841c86af68e76ba344f2ad04d5a9a Mon Sep 17 00:00:00 2001 From: Sam Moors Date: Thu, 19 Sep 2024 19:28:29 +0200 Subject: [PATCH] don't use name template in url --- easybuild/easyconfigs/m/MPICH/MPICH-4.2.2-GCC-13.3.0.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/m/MPICH/MPICH-4.2.2-GCC-13.3.0.eb b/easybuild/easyconfigs/m/MPICH/MPICH-4.2.2-GCC-13.3.0.eb index 629c5f4dcbc..2b2b2185ecc 100644 --- a/easybuild/easyconfigs/m/MPICH/MPICH-4.2.2-GCC-13.3.0.eb +++ b/easybuild/easyconfigs/m/MPICH/MPICH-4.2.2-GCC-13.3.0.eb @@ -7,7 +7,7 @@ of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3).""" toolchain = {'name': 'GCC', 'version': '13.3.0'} -source_urls = ['https://www.%(namelower)s.org/static/downloads/%(version)s'] +source_urls = ['https://www.mpich.org/static/downloads/%(version)s'] sources = [SOURCELOWER_TAR_GZ] checksums = ['883f5bb3aeabf627cb8492ca02a03b191d09836bbe0f599d8508351179781d41']