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-utils.patch
Tim Fenn 435229e22d update to 0.8.2
- add patch for coot-utils
2015-09-24 22:37:57 -04:00

31 lines
1.1 KiB
Diff

--- coot-utils/Makefile.am_orig 2015-09-24 22:00:00.826912149 -0400
+++ coot-utils/Makefile.am 2015-09-24 22:02:42.329117367 -0400
@@ -116,7 +116,7 @@
# test-agg-clust
-check_PROGRAMS = test-h-bonds testshelxreader testcootutils test-hole test-elastic test-spherical glyco-torsions test-tt-morph
+check_PROGRAMS = test-h-bonds testshelxreader testcootutils test-hole test-elastic test-spherical glyco-torsions
# testshelxreader fails to link for some reason! coot::protein_geometry::get_h_bond_type
# testcootutils also. 20100812 Fixed now - added libcoot-geometry.la
--- coot-utils/coot-shelx.hh_orig 2015-09-24 22:00:31.889296059 -0400
+++ coot-utils/coot-shelx.hh 2015-09-24 22:01:54.006864161 -0400
@@ -33,6 +33,7 @@
#include <mmdb2/mmdb_manager.h>
#include "clipper/core/cell.h"
+#include "coot-coord-utils.hh"
namespace coot {
--- coot-utils/coot-hole.hh_orig 2015-09-24 22:00:39.574533094 -0400
+++ coot-utils/coot-hole.hh 2015-09-24 22:02:06.645417847 -0400
@@ -3,6 +3,7 @@
#include "clipper/core/coords.h"
#include "clipper/core/nxmap.h"
+#include "coot-map-utils.hh"
#include "utils/coot-utils.hh"
#include "geometry/protein-geometry.hh"