This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coot/coot-rdkit.patch
Tim Fenn 92f74e81ce rename python2 package
add python_provide macro
remove hardcoded library path include
2017-02-05 22:19:24 -05:00

11 lines
397 B
Diff

--- lbg/lbg-search.cc_orig 2016-11-09 18:29:44.870809951 -0500
+++ lbg/lbg-search.cc 2016-11-09 18:42:43.549933656 -0500
@@ -34,7 +34,7 @@
#include "geometry/srs-interface.hh"
#ifdef RDKIT_HAS_CAIRO_SUPPORT
#include <cairo.h>
-#include <MolDraw2DCairo.h>
+#include <GraphMol/MolDraw2D/MolDraw2DCairo.h>
#include "lidia-core/rdkit-interface.hh"
#else
#include "lidia-core/rdkit-interface.hh"