forked from pool/mvapich2
Accepting request 955360 from home:NMoreyChaisemartin:branches:science:HPC
- Disable dlopen for verbs library (bsc#1196019) OBS-URL: https://build.opensuse.org/request/show/955360 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=86
This commit is contained in:
parent
cada7fd327
commit
755c508c04
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 11:07:12 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Disable dlopen for verbs library (bsc#1196019)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 15:20:53 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user