[Numpy-discussion] Bug Compiling Numeric on amd64
Flavio Coelho
fccoelho at gmail.com
Mon Oct 4 07:59:12 CDT 2004
Hi,
look at this:
>>> from RandomArray import *
>>> normal(2,2,10)
array([ 2., 2., 2., 2., 2., 2., 2., 2., 2., 2.])
This is Numeric 23.1 compiled on my AMD64!!! I ran the same tests on a 32bit
P4 and it ran fine.
Has anyone else seen this before?
luckily:
>>> from numarray.random_array import *
>>> normal(2,2,10)
array([-0.04525638, 4.31467819, -0.17468357, 5.29377031, 0.84202135,
5.29593539, 4.69651532, 1.61354655, 1.10839236, 1.7743317 ])
Both modules were compiled on my gentoo box with:
gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
any comments?
Flavio
--
I use Linux daily to UP my productivity -- Microsoft, UP yours!
More information about the Numpy-discussion
mailing list