Skip to content

Commit

Permalink
don't use name template in url
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors authored Sep 19, 2024
1 parent 07f3b35 commit 100bc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/m/MPICH/MPICH-4.2.2-GCC-13.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 100bc74

Please sign in to comment.