Skip to content

Commit a54d977

Browse files
committed
small change in comments
1 parent 37a0a08 commit a54d977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)