Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions EESSI-extend-easybuild.eb
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ toolchain = SYSTEM
# All the dependencies we filter in EESSI
local_deps_to_filter = "binutils,bzip2,DBus,flex,gettext,gperf,help2man,intltool,libreadline,makeinfo,ncurses,NVPL,ParMETIS,util-linux,XZ,zlib"

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

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

Expand Down