forked from pool/openmpi4
- Add openmpi4-C99.diff to fix the most egregious type violations that not only prevent building the standard flavor with GCC 14 opn i586 but that are just bugs too. If the request looks OK, please forward it to Factory soon so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/request/show/1190305 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=36
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")
|