forked from pool/openmpi4
38e2907676
- Enable libfabric on all arch - Switch to external libevent for all flavors - Switch to external hwloc and PMIx for HPC builds - Update rpmlintrc file to ignore missing libname suffix in libopenmpi packages - Add patch btl-openib-Add-VF-support-for-ConnectX-5-and-6.patch to support ConnectX 5 and 6 VF OBS-URL: https://build.opensuse.org/request/show/1004064 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=21
10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("openmpi.*-config.* useless-provides")
|
|
addFilter("openmpi.*-devel.* shared-lib-calls-exit")
|
|
addFilter("openmpi.*-libs.* rpath-in-buildconfig")
|
|
addFilter("openmpi.*-libs.* shared-lib-calls-exit")
|
|
addFilter("openmpi.*-libs.* useless-provides")
|
|
addFilter("libopenmpi.* shlib-policy-name-error")
|