Skip to content

Commit

Permalink
remove workaround for finding libncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jul 5, 2024
1 parent aac7507 commit 69cde52
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions easybuild/easyconfigs/l/LAME/LAME-3.100-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ dependencies = [('ncurses', '6.2')]

preconfigopts = "autoconf && "

# configure is broken: add workaround to find libncurses...
configure_cmd_prefix = "FRONTEND_LDADD='-L${EBROOTNCURSES}/lib' "

sanity_check_paths = {
'files': ['bin/lame', 'include/lame/lame.h', 'lib/libmp3lame.%s' % SHLIB_EXT],
'dirs': [],
Expand Down
3 changes: 0 additions & 3 deletions easybuild/easyconfigs/l/LAME/LAME-3.100-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ dependencies = [('ncurses', '6.3')]

preconfigopts = "autoconf && "

# configure is broken: add workaround to find libncurses...
configure_cmd_prefix = "FRONTEND_LDADD='-L${EBROOTNCURSES}/lib' "

sanity_check_paths = {
'files': ['bin/lame', 'include/lame/lame.h', 'lib/libmp3lame.%s' % SHLIB_EXT],
'dirs': [],
Expand Down
3 changes: 0 additions & 3 deletions easybuild/easyconfigs/l/LAME/LAME-3.100-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ dependencies = [('ncurses', '6.3')]

preconfigopts = "autoconf && "

# configure is broken: add workaround to find libncurses...
configure_cmd_prefix = "FRONTEND_LDADD='-L${EBROOTNCURSES}/lib' "

sanity_check_paths = {
'files': ['bin/lame', 'include/lame/lame.h', 'lib/libmp3lame.%s' % SHLIB_EXT],
'dirs': [],
Expand Down
3 changes: 0 additions & 3 deletions easybuild/easyconfigs/l/LAME/LAME-3.100-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ dependencies = [('ncurses', '6.4')]

preconfigopts = "autoconf && "

# configure is broken: add workaround to find libncurses...
configure_cmd_prefix = "FRONTEND_LDADD='-L${EBROOTNCURSES}/lib' "

sanity_check_paths = {
'files': ['bin/lame', 'include/lame/lame.h', 'lib/libmp3lame.%s' % SHLIB_EXT],
'dirs': [],
Expand Down
3 changes: 0 additions & 3 deletions easybuild/easyconfigs/l/LAME/LAME-3.100-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ dependencies = [('ncurses', '6.4')]

preconfigopts = "autoconf && "

# configure is broken: add workaround to find libncurses...
configure_cmd_prefix = "FRONTEND_LDADD='-L${EBROOTNCURSES}/lib' "

sanity_check_paths = {
'files': ['bin/lame', 'include/lame/lame.h', 'lib/libmp3lame.%s' % SHLIB_EXT],
'dirs': [],
Expand Down

0 comments on commit 69cde52

Please sign in to comment.