~ubuntu-branches/debian/stretch/openbabel/stretch

« back to all changes in this revision

Viewing changes to scripts/openbabel-python.i

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2009-07-17 00:18:06 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090717001806-sy3mzs3e1d1adbs9
Tags: 2.2.2-2
* debian/control (Uploaders): Removed LI Daobing. Thanks for your work!
  (Standards-Version): Bumped to 3.8.2.
  (Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
* debian/patches/537102_fix_tr1_memory_detection.patch: Added.
  - configure.in, configure, src/config.h.in: Fix detection of tr1/memory to
    prevent building the package with boost (closes: #537102).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <openbabel/format.h>
30
30
 
31
31
#include <openbabel/forcefield.h>
 
32
#include <openbabel/builder.h>
32
33
#include <openbabel/op.h>
33
34
 
34
35
#include <openbabel/bitvec.h>
41
42
#include <openbabel/rotamer.h>
42
43
 
43
44
 
 
45
 
44
46
%}
45
47
 
46
48
%include "std_list.i"
155
157
%include <openbabel/rand.h>
156
158
%include <openbabel/obutil.h>
157
159
%include <openbabel/math/vector3.h>
158
 
%import <openbabel/math/matrix3x3.h>
 
160
%include <openbabel/math/matrix3x3.h>
159
161
 
160
162
%import <openbabel/math/spacegroup.h>
161
163
 
194
196
%ignore OpenBabel::OBForceField::VectorMultiply(const double *const, const double, double *);
195
197
%include <openbabel/forcefield.h>
196
198
 
 
199
%include <openbabel/builder.h>
197
200
%include <openbabel/op.h>
198
201
 
199
202
%include <openbabel/bitvec.h>