Re: [Numpy-discussion] bare bones numpy extension code

2006-12-01 Thread Francesc Altet
A Dijous 30 Novembre 2006 20:14, John Hunter escrigué: > A colleague of mine wants to write some numpy extension code. I > pointed him to lots of examples in the matplotlib src dir, but the > build environment is more complicated than he needs with all the > numpy/numeric/numarray switches, etc.

[Numpy-discussion] bare bones numpy extension code

2006-11-30 Thread John Hunter
A colleague of mine wants to write some numpy extension code. I pointed him to lots of examples in the matplotlib src dir, but the build environment is more complicated than he needs with all the numpy/numeric/numarray switches, etc. Does someone have the basic "hello world" of numpy extensions