7 lines
237 B
Plaintext
7 lines
237 B
Plaintext
|
# This line is mandatory to access the configuration functions
|
||
|
from Config import *
|
||
|
|
||
|
addFilter("openmpi3-libs.* rpath-in-buildconfig")
|
||
|
addFilter("openmpi3-devel.* shared-lib-calls-exit")
|
||
|
addFilter("libopenmpi.* shlib-policy-name-error")
|