Skip to content

Commit

Permalink
avoid (build) dependency on 'ed' command for vg by overwriting fix-li…
Browse files Browse the repository at this point in the history
…bmath_h script
  • Loading branch information
boegel committed Oct 17, 2023
1 parent 94b958c commit 0a84272
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion easybuild/easyconfigs/b/bc/bc-1.07.1-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ dependencies = [
('Bison', '3.8.2'),
]

configopts = ['--with-readline']
# overwrite fix-libmath_h script which requires 'ed' to be installed;
# not actually needed, build just fine without it (and libmath.h is not part of the installation, only binaries are)
preconfigopts = "echo 'echo not touching libmath.h, already patched...' bc/fix-libmath_h && "

configopts = "--with-readline"

sanity_check_paths = {
'files': ['bin/bc', 'bin/dc'],
Expand Down

0 comments on commit 0a84272

Please sign in to comment.