Skip to content

Commit

Permalink
fypp/3.2-GCCcore-13.2.0: Add binutils builddependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Nov 23, 2024
1 parent a8b2172 commit 42ab76c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions easybuild/easyconfigs/f/fypp/fypp-3.2-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
sources = [SOURCELOWER_TAR_GZ]
checksums = ['05c20f71dd9a7206ffe2d8688032723f97b8c2984d472ba045819d7d2b513bce']

dependencies = [
('Python', '3.11.5'),
]
builddependencies = [('binutils', '2.40')]
dependencies = [('Python', '3.11.5')]

use_pip = True
download_dep_fail = True
Expand Down

0 comments on commit 42ab76c

Please sign in to comment.