Skip to content

Commit a9eadc9

Browse files
committed
filter ParMETIS dependency, since ParMETIS license doesn't allow redistribution
1 parent bad829e commit a9eadc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EESSI-extend-easybuild.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ description = """
4040
toolchain = SYSTEM
4141

4242
# All the dependencies we filter in EESSI
43-
local_deps_to_filter = "Autoconf,Automake,Autotools,binutils,bzip2,DBus,flex,gettext,gperf,help2man,intltool,libreadline,libtool,M4,makeinfo,ncurses,util-linux,XZ,zlib"
43+
local_deps_to_filter ="Autoconf,Automake,Autotools,binutils,bzip2,DBus,flex,gettext,gperf,help2man,intltool,libreadline,libtool,M4,makeinfo,ncurses,ParMETIS,util-linux,XZ,zlib"
4444
local_arch_specific_deps_to_filter = {'aarch64': ',Yasm', 'riscv64': ',Yasm', 'x86_64': ''}
4545
local_deps_to_filter += local_arch_specific_deps_to_filter[ARCH]
4646

configure_easybuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444

4545
# note: filtering Bison may break some installations, like Qt5 (see https://github.com/EESSI/software-layer/issues/49)
4646
# filtering pkg-config breaks R-bundle-Bioconductor installation (see also https://github.com/easybuilders/easybuild-easyconfigs/pull/11104)
47-
DEPS_TO_FILTER=Autoconf,Automake,Autotools,binutils,bzip2,DBus,flex,gettext,gperf,help2man,intltool,libreadline,libtool,M4,makeinfo,ncurses,util-linux,XZ,zlib
47+
DEPS_TO_FILTER=Autoconf,Automake,Autotools,binutils,bzip2,DBus,flex,gettext,gperf,help2man,intltool,libreadline,libtool,M4,makeinfo,ncurses,ParMETIS,util-linux,XZ,zlib
4848
# For aarch64 we need to also filter out Yasm.
4949
# See https://github.com/easybuilders/easybuild-easyconfigs/issues/11190
5050
if [[ "$EESSI_CPU_FAMILY" == "aarch64" ]]; then

0 commit comments

Comments
 (0)