~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to bindings/python/README.pythonbuild

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
widgets.
44
44
 
45
45
Historically we used the setup.py method of building the _plplotc extension
46
 
module (and we still keep setup.py.in around for reference purposes), but
 
46
module (and we still keep setup.py.in in the "old" subdirectory of
 
47
the top of the source tree for reference purposes), but
47
48
our procedure for building the module now is completely autotools based.
48
49
 
49
50
The automake/libtool approach for generating _plplotcmodule.so, the
66
67
 
67
68
The remainder of this document describes an alternative build approach that
68
69
does make the plframe widget available under python by rebuilding python
69
 
itself.  Geoffrey Furnish tells us this method is still working, but the
 
70
itself.  It makes use of the historical hand-crafted interface files
 
71
plmodule.c and plmodule2.c (now combined together in old/plmodule.c for
 
72
historical reference purposes in the the top-level source tree) and
 
73
plmodule.h (now stored in old/plmodule.h for reference purposes).
 
74
Geoffrey Furnish told us the method still worked in 2000, but the
70
75
instructions have not been updated since 1996 so there may be some changes
71
76
which you should ask him about.  This approach is based on the old
72
77
hand-crafted (as opposed to swig-generated) plmodule.c wrapper which is