Commit Graph

9 Commits

Author SHA1 Message Date
Michael Cahill
574d7b43cf Add libtool to the build.
While in the area, add a pkg-config file.
* * *
[mq]: build-fixes
2011-08-26 15:28:43 +10:00
Michael Cahill
a2af418581 Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile. 2011-07-14 16:58:51 +10:00
Michael Cahill
f582b2b532 In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set. 2011-07-14 16:51:51 +10:00
Michael Cahill
04dc7ec4ab Pass CFLAGS and LDFLAGS through to the Python build. 2011-07-14 16:44:13 +10:00
Michael Cahill
c0650abe86 Another fix for relative paths in the Python build: setup.py wants to own the tree. 2011-04-26 17:34:23 +10:00
Michael Cahill
3a6dc4749e Fix Python build again: split SWIG out of setup.py, we want to distribute the
results so SWIG isn't required by users to build the Python API.  This also
addresses some annoyances with paths, since we want to build in a different
place from the Python sources.
2011-04-26 17:24:21 +10:00
Michael Cahill
a2e34fae27 Keep the Python sources in lang/python: that's what we will want to distribute. 2011-04-26 15:46:48 +10:00
Michael Cahill
69cd69d59b Build the Python API into the build directory.
* * *
[mq]: config-script
2011-03-11 12:03:44 +11:00
Michael Cahill
47a8ea8c7c Initial steps towards a Python API. Rename 'del' to 'remove': that seems safe across languages.
Remove underscores from struct names for now: that should be transparent to applications but avoids messiness in the Python API.
refs #31
2011-03-10 22:17:48 +11:00