Skip to content

Commit b77b60b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)