Re: distutils is able to handle...

2005-07-08 Thread François Pinard
[George Sakkis] > I would suggest SCons (http://www.scons.org/), a modern > make/automake/autoconf replacement that uses python for its > configuration files instead of yet another cryptic half-baked > mini-language or XML. Python might not be the most legible way to describe what a Makefile has

Re: distutils is able to handle...

2005-07-05 Thread Robert Kern
George Sakkis wrote: > "mg" <[EMAIL PROTECTED]> wrote: > > >>Hello >> >>I work on an finite element framework and Python bindings have been >>developped. >>Actually, we use Boost.Build as build system but we would like to change >>it. >> >>We have two kinds of problems. First, the framework is us

Re: distutils is able to handle...

2005-07-05 Thread George Sakkis
"mg" <[EMAIL PROTECTED]> wrote: > Hello > > I work on an finite element framework and Python bindings have been > developped. > Actually, we use Boost.Build as build system but we would like to change > it. > > We have two kinds of problems. First, the framework is used for generate > pure C++ app

distutils is able to handle...

2005-07-05 Thread mg
Hello I work on an finite element framework and Python bindings have been developped. Actually, we use Boost.Build as build system but we would like to change it. We have two kinds of problems. First, the framework is used for generate pure C++ applications with static libraries ; second, the