[Numpy-discussion] Development workflow (not git tutorial)

Allan Haldane allanhaldane at gmail.com
Fri Aug 14 13:45:33 EDT 2015


On 08/13/2015 11:52 AM, Anne Archibald wrote:
> Hi,
> 
> What is a sensible way to work on (modify, compile, and test) numpy? 
> 
> There is documentation about "contributing to numpy" at:
> http://docs.scipy.org/doc/numpy-dev/dev/index.html
> and:
> http://docs.scipy.org/doc/numpy-dev/dev/gitwash/development_workflow.html
> but these are entirely focused on using git. I have no problem with that
> aspect. It is building and testing that I am looking for the Right Way
> to do.

Related to this, does anyone know how to debug numpy in gdb with proper
symbols/source lines, like I can do with other C extensions? I've tried
modifying numpy distutils to try to add the right compiler/linker flags,
without success.

Allan




More information about the NumPy-Discussion mailing list