superlu/superlu.rpmlintrc
Dmitry Roshchin 369b078d17 - Fix %check for gnu-hpc flavor by loading openblas module before
running ctest.
- Update to version 7.0.0
  * To avoid name clashes, use type "singlecomplex" instead of
    "complex".
  * Rank Deficient Matrices

OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=45
2024-10-26 11:48:03 +00:00

9 lines
464 B
Plaintext

# In multibuild spec file names are expected to be different from source package names
addFilter(".*-hpc.*: E: invalid-spec-name")
# 'hidden' file names are standard for environment modules
addFilter(".*: W: hidden-file-or-dir /usr/share/lmod/.*/.version.*")
# Not a macro but the file magic for environment module files
addFilter(".*: W: macro-in-comment %Module1")
# Not a doc but an example package
addFilter(".*-examples.noarch: W: package-with-huge-docs .*")