Re: [pkg-boost-devel] Boost.Python: providing libs for both Python 2.4 and 2.5.

2008-03-22 Thread Aaron M. Ucko
"Steve M. Robbins" <[EMAIL PROTECTED]> writes: > libraries, including the Boost.Python libraries. The only difference > in names is that the debug libraries have "-d" in them. So I was > avoiding two scripts by this parameterization. Ah, thanks for clarifying; I had forgotten about the -dbg pac

Re: [pkg-boost-devel] Boost.Python: providing libs for both Python 2.4 and 2.5.

2008-03-22 Thread Steve M. Robbins
On Fri, Mar 21, 2008 at 03:59:30PM -0400, Aaron M. Ucko wrote: > I do, however, see a couple of concrete issues with your script: > > > if [ "$1" = "-d" ]; then > > debug=-d > > shift > > fi > > Shouldn't you fix that at build time à la $version? You noticed a complication I was avoidin