This file is indexed.

/usr/share/dune/cmake/modules/DuneIstlMacros.cmake is in libdune-istl-dev 2.3.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
find_package(BoostFusion)
find_package(METIS)
find_package(ParMETIS)
include(AddParMETISFlags)
find_package(SuperLU)
include(AddSuperLUFlags)
find_package(UMFPack)
include(AddUMFPackFlags)