Skip to content

Commit

Permalink
fix parameter redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Oct 31, 2024
1 parent 0581d1f commit c3b3f1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easybuild/easyconfigs/t/tblis/tblis-20230422-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ description = """TBLIS is a library and framework for performing tensor

toolchain = {'name': 'foss', 'version': '2023a'}

sources = [SOURCE_TAR_GZ]
source_urls = ['https://github.com/devinamatthews/tblis/archive/']
sources = ['%s.tar.gz' % local_commit]
checksums = ['85b72884022edd2612e3a0b3ed12aa6237d3989b581091d21f58124a7450aaeb']
Expand Down

0 comments on commit c3b3f1d

Please sign in to comment.