This file is indexed.

/usr/share/RDKit/Contrib/ConformerParser/CMakeLists.txt is in rdkit-data 201603.5-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
rdkit_library(ConformerParser ConformerParser.cpp
              LINK_LIBRARIES GraphMol)

rdkit_test(testConformerParser test.cpp 
           LINK_LIBRARIES ConformerParser
FileParsers SmilesParse
GraphMol RDGeometryLib RDGeneral)

add_subdirectory(Wrap)