Skip to content

Commit 3e0635a

Browse files
authored
Merge pull request #145 from bedroge/filter_nvpl_deploy
deploy PR #144 for all CPU targets
2 parents 37a0a08 + a54d977 commit 3e0635a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EESSI-extend-easybuild.eb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ toolchain = SYSTEM
4747
# All the dependencies we filter in EESSI
4848
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)