13 lines
520 B
Plaintext
13 lines
520 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# guideline does not cover multibuild/flavor cases
|
|
addFilter("libfftw3\S+-gnu-\S+.x86_64: E: shlib-policy-name-error SONAME.*")
|
|
|
|
# See spec file for the reason(s)
|
|
addFilter("libfftw3.* devel-file-in-non-devel-package")
|
|
addFilter("libfftw3.* hidden-file-or-dir")
|
|
addFilter('shlib-fixed-dependency')
|
|
addFilter('libfftw3.* shlib-policy-nonversioned-dir /usr/lib/hpc')
|
|
addFilter('libfftw3.* shlib-policy-nonversioned-dir /usr/share/lmod')
|