Re: [Numpy-discussion] Build error on OSX from commit 72c6fbd

2012-03-17 Thread Matthew Brett
Hi, On Sat, Mar 17, 2012 at 2:10 AM, Ralf Gommers wrote: > > > On Sat, Mar 17, 2012 at 9:24 AM, Matthew Brett > wrote: >> >> Hi, >> >> As of commit 72c6fbd, I am getting the appended build error on OSX >> 10.6.8.  I couldn't immediately see what might have caused the >> problem. > > > I can't re

Re: [Numpy-discussion] Build error on OSX from commit 72c6fbd

2012-03-17 Thread Ralf Gommers
On Sat, Mar 17, 2012 at 9:24 AM, Matthew Brett wrote: > Hi, > > As of commit 72c6fbd, I am getting the appended build error on OSX > 10.6.8. I couldn't immediately see what might have caused the > problem. > I can't reproduce it, but it should be fixed by https://github.com/rgommers/numpy/commit

[Numpy-discussion] Build error on OSX from commit 72c6fbd

2012-03-17 Thread Matthew Brett
Hi, As of commit 72c6fbd, I am getting the appended build error on OSX 10.6.8. I couldn't immediately see what might have caused the problem. Cheers, Matthew ... creating build/temp.macosx-10.3-fat-2.6/numpy/core/blasdot compile options: '-DNO_ATLAS_INFO=3 -Inumpy/core/blasdot -Inumpy/core/inc

Re: [Numpy-discussion] Build error on Windows

2011-07-20 Thread Mark Wiebe
The 'm' seems to be the math library on Linux, removing it breaks the build for me. I've put this patch, minus removing the 'm', in a pull request along with hopefully a fix for http://projects.scipy.org/numpy/ticket/1909. https://github.com/numpy/numpy/pull/118 -Mark On Tue, Jul 19, 2011 at 3:1

Re: [Numpy-discussion] Build error on Windows

2011-07-19 Thread Ralf Gommers
On Sun, Jul 17, 2011 at 11:55 PM, Chris Barker wrote: > On 7/14/2011 8:04 PM, Christoph Gohlke wrote: > >> A patch for the build issues is attached. Remove the build directory >> before rebuilding. >> >> Christoph, > > I had other issues (I think in one case, a *.c file was not getting > re-built

Re: [Numpy-discussion] Build error on Windows

2011-07-17 Thread Chris Barker
On 7/14/2011 8:04 PM, Christoph Gohlke wrote: A patch for the build issues is attached. Remove the build directory before rebuilding. Christoph, I had other issues (I think in one case, a *.c file was not getting re-built from the *.c.src file. But anyway, at the end the patch appears to wor

Re: [Numpy-discussion] Build error on Windows

2011-07-14 Thread Christoph Gohlke
On 7/14/2011 6:56 PM, Chris Barker wrote: Hi folks, I'm trying to build numpy HEAD on Windows in preparation for the SciPy sprints tomorrow. I've never built numpy on Windows, and I'm new to git, so I could be doing any number of things wrong. I think I have the latest code: C:\Documents and

[Numpy-discussion] Build error on Windows

2011-07-14 Thread Chris Barker
Hi folks, I'm trying to build numpy HEAD on Windows in preparation for the SciPy sprints tomorrow. I've never built numpy on Windows, and I'm new to git, so I could be doing any number of things wrong. I think I have the latest code: C:\Documents and Settings\Chris\My Documents\SciPy\numpy_git

Re: [Numpy-discussion] Build ERROR ConfigParser.MissingSectionHeaderError: File contains no section headers

2011-03-17 Thread Jose Borreguero
Thanks Josef, that worked! I was confused because I was thinking of site.cfg as some sort of bash script :) Jose On Thu, Mar 17, 2011 at 12:40 AM, wrote: > On Thu, Mar 17, 2011 at 12:23 AM, Jose Borreguero > wrote: > > Dear Numpy/SciPy users, > > > > I have a build error with Numpy: > > > >

Re: [Numpy-discussion] Build ERROR ConfigParser.MissingSectionHeaderError: File contains no section headers

2011-03-16 Thread josef . pktd
On Thu, Mar 17, 2011 at 12:23 AM, Jose Borreguero wrote: > Dear Numpy/SciPy users, > > I have a build error with Numpy: > > $  /usr/local/bin/python2.7 setup.py build > >   File "/usr/local/lib/python2.7/ConfigParser.py", line 504, in _read >     raise MissingSectionHeaderError(fpname, lineno

[Numpy-discussion] Build ERROR ConfigParser.MissingSectionHeaderError: File contains no section headers

2011-03-16 Thread Jose Borreguero
Dear Numpy/SciPy users, I have a build error with Numpy: $ /usr/local/bin/python2.7 setup.py build File "/usr/local/lib/python2.7/ConfigParser.py", line 504, in _read raise MissingSectionHeaderError(fpname, lineno, line) ConfigParser.MissingSectionHeaderError: File contains no section

Re: [Numpy-discussion] Build error

2009-12-08 Thread Gael Varoquaux
On Tue, Dec 08, 2009 at 09:25:22AM +0100, Gael Varoquaux wrote: > I just did an SVN up, and I am getting a build error: Please ignore this. Brain fart. I should refrain from doing anything before coffee. Gaël ___ NumPy-Discussion mailing list NumPy-Disc

[Numpy-discussion] Build error

2009-12-08 Thread Gael Varoquaux
I just did an SVN up, and I am getting a build error: $ python setup.py build_ext --inplace ... building extension "numpy.linalg.lapack_lite" sources adding 'numpy/linalg/lapack_litemodule.c' to sources. adding 'numpy/linalg/python_xerbla.c' to sources. building extension "numpy.random.mtrand"