diff --git a/mvapich2.changes b/mvapich2.changes index d38314e..0c158c6 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 16 11:07:12 UTC 2022 - Nicolas Morey-Chaisemartin + +- Disable dlopen for verbs library (bsc#1196019) + ------------------------------------------------------------------- Tue Oct 19 15:20:53 UTC 2021 - Nicolas Morey-Chaisemartin diff --git a/mvapich2.spec b/mvapich2.spec index 2add0b0..ac1b0bd 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -431,7 +431,10 @@ PERL_USE_UNSAFE_INC=1 ./autogen.sh --with-device=ch3:psm \ --with-psm2=/usr \ %endif - --without-mpe +%if "%{build_flavor}" == "verbs" + --disable-ibv-dlopen \ +%endif + --without-mpe make %{?_smp_mflags} V=1 %if 0%{?testsuite}