[Numpy-discussion] Brooken Toolchain (Mac 10.6)

2010-04-19 Thread Patrick Marsh
Greetings, Per my previous email, I'm trying to setup the release process for Numpy on my MacBook Pro. When trying to build Numpy 1.4.1r3 with Python 2.5.4 I get a broken toolchain error (below). I do not get this error when trying to build Numpy with Python 2.6.5 - and there is nothing fundamen

Re: [Numpy-discussion] Numpy compilation error

2010-04-19 Thread Pradeep Jha
Thank you so much Robert. You are awesome :) That totally the problem. One more question for you. Which are the things that you have to declare in PYTHONPATH manually? 2010/4/18 Robert Kern > On Sun, Apr 18, 2010 at 19:49, Pradeep Jha > wrote: > > Hi, > > > > I am setting NUMPY_INC_DIR to what

[Numpy-discussion] Building DMG w/ Python 2.6 (could not access...no space left on device)

2010-04-19 Thread Patrick Marsh
Greetings, (I apologize if this becomes a duplicate. I originally sent this email from the wrong email address.) I'm trying to build DMG releases of numpy-1.4.1rc3 as part of the release process. I recently got my mac back from repairs and spent the weekend trying to get the build environment c

[Numpy-discussion] Building DMG w/ Python 2.6 (could not access...no space left on device)

2010-04-19 Thread Patrick Marsh
Greetings, I'm trying to build DMG releases of numpy-1.4.1rc3 as part of the release process. I recently got my mac back from repairs and spent the weekend trying to get the build environment configured on it. I thought it was correct, but I've got errors when building with both Python 2.5.4 and

Re: [Numpy-discussion] Release candidate 3 for NumPy 1.4.1 and SciPy 0.7.2

2010-04-19 Thread Ralf Gommers
On Mon, Apr 19, 2010 at 4:21 PM, Ralf Gommers wrote: > > > On Mon, Apr 19, 2010 at 3:35 PM, Sebastian Haase wrote: > >> Hi, >> Congratulations. I might be unnecessarily dense - but what SciPy am I >> supposed to use with the new numpy 1.4.1 for Python 2.5? I'm surprised >> that there are no SciPy

Re: [Numpy-discussion] reformulating a series of correlations as one fft, ifft pair

2010-04-19 Thread josef . pktd
On Mon, Apr 19, 2010 at 2:36 AM, Paul Northug wrote: > I am having trouble reformulating a series of correlations as a single > fft, ifft pair. > > I have a set of kernels phi : (M = channel, N = kernel, T = time) > correlated with signal a : (N, P+T-1) yielding x : (M, T). > > The correlation, fo

Re: [Numpy-discussion] Release candidate 3 for NumPy 1.4.1 and SciPy 0.7.2

2010-04-19 Thread David
On 04/19/2010 04:45 PM, Matthieu Brucher wrote: > Hi, > > I'm trying to compile scipy with ICC (numpy got through correctly), > but I have issue with infinites in cephes: > > icc: scipy/special/cephes/const.c > scipy/special/cephes/const.c(94): error: floating-point operation > result is out of ran

Re: [Numpy-discussion] Release candidate 3 for NumPy 1.4.1 and SciPy 0.7.2

2010-04-19 Thread Ralf Gommers
On Mon, Apr 19, 2010 at 4:10 PM, Matthieu Brucher < matthieu.bruc...@gmail.com> wrote: > BTW, there still is an error with ifort, so scipy is still > incompatible with the Intel compilers (which is at least very sad...) > > Is this true for trunk as well? Scipy 0.7 branch has hardly been touched f

Re: [Numpy-discussion] Release candidate 3 for NumPy 1.4.1 and SciPy 0.7.2

2010-04-19 Thread Ralf Gommers
On Mon, Apr 19, 2010 at 3:35 PM, Sebastian Haase wrote: > Hi, > Congratulations. I might be unnecessarily dense - but what SciPy am I > supposed to use with the new numpy 1.4.1 for Python 2.5? I'm surprised > that there are no SciPy 0.7.2 binaries for Python 2.5 - is that > technically not possibl

Re: [Numpy-discussion] Release candidate 3 for NumPy 1.4.1 and SciPy 0.7.2

2010-04-19 Thread Matthieu Brucher
BTW, there still is an error with ifort, so scipy is still incompatible with the Intel compilers (which is at least very sad...) Matthieu 2010/4/19 Matthieu Brucher : > Hi, > > I'm trying to compile scipy with ICC (numpy got through correctly), > but I have issue with infinites in cephes: > > icc

Re: [Numpy-discussion] Release candidate 3 for NumPy 1.4.1 and SciPy 0.7.2

2010-04-19 Thread Matthieu Brucher
Hi, I'm trying to compile scipy with ICC (numpy got through correctly), but I have issue with infinites in cephes: icc: scipy/special/cephes/const.c scipy/special/cephes/const.c(94): error: floating-point operation result is out of range double INFINITY = 1.0/0.0; /* 99e999; */

Re: [Numpy-discussion] Release candidate 3 for NumPy 1.4.1 and SciPy 0.7.2

2010-04-19 Thread Sebastian Haase
Hi, Congratulations. I might be unnecessarily dense - but what SciPy am I supposed to use with the new numpy 1.4.1 for Python 2.5? I'm surprised that there are no SciPy 0.7.2 binaries for Python 2.5 - is that technically not possible ? Thanks, Sebastian Haase On Mon, Apr 19, 2010 at 6:25 AM, Ralf