Re: [Numpy-discussion] Building numpy for python3.3: No _numpyconfig.h

2013-02-06 Thread Sebastian Berg
On Wed, 2013-02-06 at 13:31 +, gk230-free...@yahoo.de wrote: > Hi, > > I'm currently trying to build numpy 1.6.2 for python python 3.3 from ports on > FreeBSD. Unfortunately, the setup.py execution fails because some [1] gcc > command trying to access _numpyconfig.h fails since _numpyconfig.

[Numpy-discussion] Building numpy for python3.3: No _numpyconfig.h

2013-02-06 Thread gk230-freebsd
Hi, I'm currently trying to build numpy 1.6.2 for python python 3.3 from ports on FreeBSD. Unfortunately, the setup.py execution fails because some [1] gcc command trying to access _numpyconfig.h fails since _numpyconfig.h is not generated from _numpyconfig.h.in. How do I manually build the pro