This file is indexed.

/usr/share/syfi/cmake/syfi-config.cmake is in libsyfi1.0-dev 1.0.0.dfsg-1.2ubuntu1.

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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# - Build details for SyFi
#
# This file has been automatically generated.

# Package found
set(SYFI_FOUND TRUE)

# Compilers
set(SYFI_CXX_COMPILER "/usr/bin/g++")

# Compiler defintions
set(SYFI_CXX_DEFINITIONS "")

# Compiler flags
set(SYFI_CXX_FLAGS " -D_FORTIFY_SOURCE=2")

# Include directories
set(SYFI_INCLUDE_DIRS "/usr/include")

# Third party include directories
set(SYFI_3RD_PARTY_INCLUDE_DIRS "/usr/include;/usr/include")

# SyFi library
set(SYFI_LIBRARIES "/usr/lib/libsyfi.so")

# Third-party library directories
set(SYIF_3RD_PARTY_LIBRARY_DIR "")

# Third-party libraries
set(SYFI_3RD_PARTY_LIBRARIES "/usr/lib/libginac.so;/usr/lib/libcln.so")

# Version
set(SYFI_VERSION_MAJOR "1")
set(SYFI_VERSION_MINOR "0")
set(SYFI_VERSION_MICRO "0")
set(SYFI_VERSION_STR   "1.0.0")