This file is indexed.

/usr/share/ufc/UFCConfig.cmake is in python-ffc 1.4.0-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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# CMake configuration for UFC (http://fenicsproject.org/)
#
# This file has been generated automatically by the FFC/UFC installation.

# FIXME: Check that naming conforms to CMake standards

# Package found
set(UFC_FOUND TRUE)

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

# Compiler flags
set(UFC_CXX_FLAGS "-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -std=c++11")

# Python include directories
set(UFC_PYTHON_INCLUDE_DIRS "/usr/include/python2.7")

# Python libraries
set(UFC_PYTHON_LIBRARIES "/usr/lib/x86_64-linux-gnu/libpython2.7.so")

# Python executable
set(UFC_PYTHON_EXECUTABLE "/usr/bin/python")

# SWIG executable
set(UFC_SWIG_EXECUTABLE "/usr/bin/swig")

# Version
set(UFC_VERSION_STRING "1.4.0")

# The location of the UseUFC.cmake file
set(UFC_USE_FILE "/usr/share/ufc/UseUFC.cmake")