/usr/include/rdkit/RDBoost/python.h is in librdkit-dev 201603.5+dfsg-1ubuntu1.
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 | #include <RDGeneral/BoostStartInclude.h>
#include <boost/python.hpp>
#include <boost/python/scope.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <RDGeneral/BoostEndInclude.h>
|