This file is indexed.

/usr/lib/cmake/openturns/OpenTURNSConfig.cmake is in libopenturns-dev 1.2-2.

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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#                                               -*- cmake -*-
#
#  OpenTURNSConfig.cmake(.in)
#
#  Find OpenTURNS includes and libraries
#
#  Copyright (C) 2005-2013 EDF-EADS-Phimeca
#
#  This library is free software: you can redistribute it and/or modify
#  it under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation, either version 3 of the License, or
#  (at your option) any later version.
#
#  This library is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU Lesser General Public License for more details.
#
#  You should have received a copy of the GNU Lesser General Public
#  along with this library.  If not, see <http://www.gnu.org/licenses/>.
#
#  @author schueller
#  @date   2010-02-04 16:44:49 +0100 (Thu, 04 Feb 2010)
#

# Use the following variables to compile and link against OpenTURNS:
#  OPENTURNS_FOUND              - True if OpenTURNS was found on your system
#  OPENTURNS_USE_FILE           - The file making OpenTURNS usable
#  OPENTURNS_DEFINITIONS        - Definitions needed to build with OpenTURNS
#  OPENTURNS_INCLUDE_DIRS       - Directory where OT.hxx can be found
#  OPENTURNS_INCLUDE_DIRS       - List of directories of OpenTURNS and it's dependencies
#  OPENTURNS_LIBRARY            - OpenTURNS library location
#  OPENTURNS_LIBRARIES          - List of libraries to link against
#  OPENTURNS_WRAPPER_LIBRARIES  - List of wrapper libraries to link against
#  OPENTURNS_LIBRARY_DIRS       - List of directories containing OpenTURNS' libraries
#  OPENTURNS_ROOT_DIR           - The base directory of OpenTURNS
#  OPENTURNS_VERSION_STRING     - A human-readable string containing the version
#  OPENTURNS_VERSION_MAJOR      - The major version of OpenTURNS
#  OPENTURNS_VERSION_MINOR      - The minor version of OpenTURNS
#  OPENTURNS_VERSION_PATCH      - The patch version of OpenTURNS
#  OPENTURNS_SWIG_INCLUDE_DIRS  - Location of swig interface files
#  OPENTURNS_SWIG_DEFINITIONS   - Definitions to compile the swig generated source
#  OPENTURNS_PYTHON_MODULE_PATH - Path to the python module

set ( OPENTURNS_FOUND 1 )
set ( OPENTURNS_USE_FILE     "/usr/lib/cmake/openturns/UseOpenTURNS.cmake" )

set ( OPENTURNS_DEFINITIONS  "-pthread;-DHAVE_LIBXML2;-DHAVE_PTHREAD_H;-DPACKAGE_VERSION=\"1.2\";-DPACKAGE_NAME=\"openturns\"" )
set ( OPENTURNS_INCLUDE_DIR  "/usr/include/openturns" )
set ( OPENTURNS_INCLUDE_DIRS "/usr/include/openturns;/usr/include/libxml2;/usr/include/tbb;/usr/include" )
set ( OPENTURNS_LIBRARY      "/usr/lib/libOT.so" )
set ( OPENTURNS_LIBRARIES    "/usr/lib/libOT.so;/usr/lib/x86_64-linux-gnu/libxml2.so;/usr/lib/liblapack.so;/usr/lib/libblas.so;-lpthread;/usr/lib/libtbb.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libc.so" )
set ( OPENTURNS_WRAPPER_LIBRARIES    "/usr/lib/libOT.so;/usr/lib/x86_64-linux-gnu/libxml2.so;/usr/lib/liblapack.so;/usr/lib/libblas.so;-lpthread;/usr/lib/libtbb.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libc.so;-lOTbind" )
set ( OPENTURNS_LIBRARY_DIRS "/usr/lib" )
set ( OPENTURNS_ROOT_DIR     "/usr" )

set ( OPENTURNS_VERSION_STRING "1.2" )
set ( OPENTURNS_VERSION_MAJOR  "1" )
set ( OPENTURNS_VERSION_MINOR  "2" )
set ( OPENTURNS_VERSION_PATCH  "" )

set ( OPENTURNS_SWIG_INCLUDE_DIRS  "/usr/include/openturns/swig" )
set ( OPENTURNS_SWIG_DEFINITIONS   "-DSWIG_TYPE_TABLE=openturns" )
set ( OPENTURNS_PYTHON_MODULE_PATH "/usr/lib/python2.7/dist-packages" )