2011-04-20 13:53:17 +00:00
|
|
|
# This line is mandatory to access the configuration functions
|
|
|
|
from Config import *
|
|
|
|
|
|
|
|
# it is a compiler and the package provides llvm-gcc-devel, llvm-gcc-c++-devel
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/include/.*")
|
2013-06-20 10:03:03 +00:00
|
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/lib/.*")
|
2011-04-20 13:53:17 +00:00
|
|
|
|
2013-08-13 07:19:17 +00:00
|
|
|
# PPC64 related hacks, remove these when we can
|
|
|
|
# build shared libs there.
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/lib.*/*.a")
|
|
|
|
addFilter ("libclang.*shlib-policy-name-error")
|