[Numpy-discussion] Compiling Numpy-1.8.1

2014-07-29 Thread Colin J. Williams
This version of Numpy does not appear to be available as an installable binary. In any event, the LAPACK and other packages do not seem to be available with the installable versions. I understand that Windows Studio 2008 is normally used for Windows compiling. Unfortunately, this is no

Re: [Numpy-discussion] length - sticks algorithm

2014-07-29 Thread Robert Kern
On Tue, Jul 29, 2014 at 12:47 PM, Josè Luis Mietta joseluismie...@yahoo.com.ar wrote: Robert, thanks for your help! Now I have: * Q nodes (Q stick-stick intersections) * a list 'NODES'=[(x,y,i,j)_1,, (x,y,i,j)_Q], where each element (x,y,i,j) represent the intersection point

Re: [Numpy-discussion] Compiling Numpy-1.8.1

2014-07-29 Thread Olivier Grisel
2014-07-29 14:24 GMT+02:00 Colin J. Williams c...@ncf.ca: This version of Numpy does not appear to be available as an installable binary. In any event, the LAPACK and other packages do not seem to be available with the installable versions. I understand that Windows Studio 2008 is

Re: [Numpy-discussion] Compiling Numpy-1.8.1

2014-07-29 Thread Colin J. Williams
Oliver, Thanks. I've installed Windows Studio 2008 Express. I'll read your building on Winods Document. Colin W. On 29 July 2014 08:50, Olivier Grisel olivier.gri...@ensta.org wrote: 2014-07-29 14:24 GMT+02:00 Colin J. Williams c...@ncf.ca: This version of Numpy does not appear to be

Re: [Numpy-discussion] length - sticks algorithm

2014-07-29 Thread Derek Homeier
On 29 Jul 2014, at 02:43 pm, Robert Kern robert.k...@gmail.com wrote: On Tue, Jul 29, 2014 at 12:47 PM, Josè Luis Mietta joseluismie...@yahoo.com.ar wrote: Robert, thanks for your help! Now I have: * Q nodes (Q stick-stick intersections) * a list 'NODES'=[(x,y,i,j)_1,,