On Tue, Feb 10, 2009 at 07:07:20AM -0800, Istvan Albert wrote: -> On Feb 9, 6:21?pm, Alex Nolley <[email protected]> wrote: -> -> > and then query each record by name or index, retrieving sequence, -> > description or accuracy information. Let me know what you think. -> -> Would it be possible to merge everything into a single source folder -> and let python sort out the build via setup.py? -> -> Python is fairly good in getting simple things compiled, and this -> looks like fairly standard C++ that might not need a cmake type -> makefile generator. -> -> Also just wondering, who wrote the C++ code and what is its licensing?
Hi Istvan, I've had better luck with cmake driven packages when they're primarily C++. The C++ code was written entirely by Alex, in my employ. It will be released under either the GPL or the BSD license; since the ultimate goal is integration into pygr, I'm thinking that Chris may require us to make it BSD. If you need to know NOW, let me know. Now, any comments on the actual source code, performance, or interface? :) This is Alex's first independent package and I've more or less given him free rein, so comments or criticisms would be very welcome. cheers, --titus -- C. Titus Brown, [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
