Re: [Numpy-discussion] accessing FORTRAN from Python

2006-11-14 Thread Hanno Klemm
b services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057

Re: [Numpy-discussion] Compile with atlas 3.7.17 fails

2006-10-12 Thread Hanno Klemm
egant but it worked. Best regards, Hanno Travis Oliphant <[EMAIL PROTECTED]> said: > Hanno Klemm wrote: > > >Hi, > > > >I don't know if this is a bug or just me doing something wrong (I > >suspect the latter). I try to compile numpy-1.0rc1 with python2.

[Numpy-discussion] Compile with atlas 3.7.17 fails

2006-10-11 Thread Hanno Klemm
r still remains. I'm on a 2 CPU Intel Xeon machine with gcc 3.2.3. Any hints? Hanno -- Hanno Klemm [EMAIL PROTECTED] - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: [Numpy-discussion] compiling ATLAS for numpy

2006-09-28 Thread Hanno Klemm
__ > Numpy-discussion mailing list > Numpy-discussion@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/numpy-discussion > -- Hanno Klemm [EMAIL PROTECTED] - Take Surveys. Earn Cash. Infl

Re: [Numpy-discussion] numpy 1.0rc1 has problems finding blas

2006-09-27 Thread Hanno Klemm
Thanks for the hint, that solved it! Hanno Charles R Harris <[EMAIL PROTECTED]> said: > --=_Part_15501_7322175.1159288578594 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > On 9/26

[Numpy-discussion] numpy 1.0rc1 has problems finding blas

2006-09-26 Thread Hanno Klemm
-- Hanno Klemm [EMAIL PROTECTED] - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surve

[Numpy-discussion] numpy-1.0b5 can't find ATLAS

2006-09-13 Thread Hanno Klemm
FOUND: libraries = ['lapack'] library_dirs = ['/scratch/python2.4/lib'] language = f77 FOUND: libraries = ['lapack', 'fblas'] library_dirs = ['/scratch/python2.4/lib'] define_macros = [('NO_ATLAS_INFO', 1)]

Re: [Numpy-discussion] Segmentation Fault with Numeric 24.2 on Mac OS X 10.4 Tiger (8.7.0)

2006-08-10 Thread Hanno Klemm
t; > some *.so files are used from an earlier build? > > > Many thanks for the reply. This was my first attempt > to build and use numpy; I have no previous version. > May I ask how you specificlly solved the problem > on your machine? > > Than

Re: [Numpy-discussion] Segmentation Fault with Numeric 24.2 on Mac OS X 10.4 Tiger (8.7.0)

2006-08-10 Thread Hanno Klemm
forge.net > > https://lists.sourceforge.net/lists/listinfo/numpy-discussion > > > > > > - > Using Tomcat but need to do more? Need to s

[Numpy-discussion] numpy import problem

2006-08-08 Thread Hanno Klemm
ages/numpy/linalg/linalg.py", line 24, in ? from numpy.linalg import lapack_lite ImportError: /scratch/python2.4/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: atl_f77wrap_zgemv__ >>> I suppose I have to set a path somewhere to th

[Numpy-discussion] numpy compilation question

2006-08-07 Thread Hanno Klemm
atlas support but I got similar problems. I have attached the full output of the failed build. I would be very grateful if somebody with a little more experience with compilers could have a look at it and maybe point me in the right direction. Many thanks in advance, Hanno

[Numpy-discussion] unexpected behaviour of numpy.var

2006-08-01 Thread Hanno Klemm
(a1) array([ 1.58113883]) >>> numpy.std(a1) array([ 1.58113883]) >>> a =numpy.array([1,2,3,4,5]) >>> numpy.std(a) 1.5811388300841898 >>> numpy.var(a) 1.5811388300841898 >>> numpy.__version__ '0.9.6' Hanno -- Hanno Klemm [EMAIL PROTECTED] --