Nicolas Morey
c07f6c71b9
with GCC >= 14. OBS-URL: https://build.opensuse.org/package/show/science:HPC/dapl?expand=0&rev=28
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter(".* shared-lib-calls-exit")
|
|
|
|
#dapl is unique: differently named packages contain the same
|
|
#shared library but one compiled with tracing enabled.
|
|
addFilter(".* shlib-policy-name-error")
|
|
|
|
# As this is a plugin for libibverbs, there is no reason
|
|
# to name it according to policy
|
|
addFilter(".* shlib-policy-missing-suffix")
|