This file is indexed.

/usr/share/RDKit/Contrib/ConformerParser/Wrap/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
rdkit_python_extension(rdConformerParser rdConformerParser.cpp
                       DEST Chem
			           LINK_LIBRARIES
			           ConformerParser
			           FileParsers SmilesParse GraphMol RDGeometryLib RDGeneral RDBoost
			           ) 

add_pytest(pyConformerParser ${CMAKE_CURRENT_SOURCE_DIR}/testConformerParser.py)