This file is indexed.

/usr/lib/slepcdir/3.7.4/x86_64-linux-gnu-real/lib/slepc/conf/bfort-base.txt is in libslepc3.7.4-dev 3.7.4+dfsg1-2build8.

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
 9
10
11
12
13
14
15
# Basic types in C and their Fortran equivalents
native int integer
native char character
native double double precision
native float real
native short integer*2
native long
native size_t
native complex complex
native dcomplex double precision complex
# The default bfort definitions includes petsc.
# For this version, to exclude the petsc definitions,
# comment out this include
include bfort-petsc.txt
include bfort-slepc.txt