Using Python to automate builds

Marcus Wanner marcusw at cox.net
Wed Aug 5 07:21:55 EDT 2009


On 8/4/2009 5:52 PM, Philip Semanchuk wrote:
> 
> On Aug 4, 2009, at 5:40 PM, Kosta wrote:
> 
>> On Aug 4, 2:34 pm, Dave Angel <da... at ieee.org> wrote:
>>>
>>> + I have released pyKook 0.0.2.
>>> +http://pypi.python.org/pypi/Kook/0.0.2
>>> +http://www.kuwata-lab.com/kook/
>>> +http://www.kuwata-lab.com/kook/pykook-users-guide.html
>>>
>>> Other possibilities:
>>> +  http://pypi.python.org/pypi/vellum/      flexible small 'make'
>>> alternative
>>>
>>> +  http://code.google.com/p/waf/
>>>
>>> +  http://code.google.com/p/fabricate/
>>>
>>> DaveA- Hide quoted text -
>>>
>>> - Show quoted text -
>>
>> Thanks Dave.  I had thought about those three options, and was
>> honestly hoping for a foruth (I know, some people are never
>> satisfied ;).  I'll look into pyKook.  Thank you for your help.
> 
> Poof! Your wish is granted!  =)
> 
> http://www.scons.org/
> 
> Dunno if you'll find it better, worse or different than the 
> alternatives, but there it is.
> 
> have fun
> P
> 
>  
I can highly recommend scons. At dolphin-emu, we use it to daily compile 
  a project containing over 500,000 lines of c/c++ code, which is 
modified very frequently. It works like a charm, and is seamlessly 
cross- platform (in my experience). However, it might not be exactly the 
thing you're looking for.

Marcus




More information about the Python-list mailing list