Skip to content

Commit f627c10

Browse files
authored
Merge branch 'main' into no_ld.gold_fix
2 parents 220665d + 3e0635a commit f627c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EESSI-extend-easybuild.eb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ description = """
4545
toolchain = SYSTEM
4646

4747
# All the dependencies we filter in EESSI
48-
local_deps_to_filter = "binutils,bzip2,DBus,flex,gettext,gperf,help2man,intltool,libreadline,makeinfo,ncurses,ParMETIS,util-linux,XZ,zlib"
48+
local_deps_to_filter = "binutils,bzip2,DBus,flex,gettext,gperf,help2man,intltool,libreadline,makeinfo,ncurses,NVPL,ParMETIS,util-linux,XZ,zlib"
4949

50-
# filter extra dependencies based on CPU family
50+
# Filter extra dependencies based on CPU family
5151
local_arch_specific_deps_to_filter = {'aarch64': ',Yasm', 'riscv64': ',Yasm', 'x86_64': ''}
5252
local_deps_to_filter += local_arch_specific_deps_to_filter[ARCH]
5353

54-
# only filter Autotools & co for EESSI 2023.06
54+
# Only filter Autotools & co for EESSI 2023.06
5555
if version == '2023.06':
5656
local_deps_to_filter += ",Autoconf,Automake,Autotools,libtool,M4"
5757

0 commit comments

Comments
 (0)