forked from pool/python-pythran
Matej Cepl
fabf7106e6
- Fix python312 tests: Force linking to openblas with custom pythranrc - Remove test skips no longer needed - Make test flavors future proof: Don't fail on empty buildset - Skip python39 for all test flavors: The test-py39 multibuild has already been removed but it is still in the build set, so don't test it in the other multibuilds. - Debundle xsimd OBS-URL: https://build.opensuse.org/request/show/1146276 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=37
7 lines
332 B
Plaintext
7 lines
332 B
Plaintext
# SECTION This is a package that compiles code, the runtime requires devel packages
|
|
addFilter('devel-file-in-non-devel-package .*/site-packages/pythran/.*')
|
|
addFilter('devel-dependency .*')
|
|
addFilter('python-leftover-require python.*-numpy-devel')
|
|
# these are "default" headers for packages
|
|
addFilter('hidden-file-or-dir .*/\.hpp')
|