Hi David, David Cournapeau wrote:
[EMAIL PROTECTED] wrote:If you are willing to test, could you try the numpy.scons branch on it ? I don't have access to IRIX myself, so I cannot test if it works. I would hope that it would work out of the box (it did on solaris, platform where the trunk does not build right now).Jarrod Millman wrote:IRIX is a very annoying OS for me. There are numerous errors and warnings whenever I tried to compile. Now I always try Linux first if possible when I have to compile and use some programs, and IRIX is my last choice to try.Hello,I am hoping to close a few of the remaining tickets for the upcoming NumPy 1.0.4 release. Is anyone using NumPy on IRIX? Or have access to IRIX? If so, could you please take a look at this ticket: http://projects.scipy.org/scipy/numpy/ticket/417 Thanks,I do have access to IRIX, but I'm definitely not an expert about it. Howerer, I'm willing to try this job if there are no volunteers.cheers, David
I have tried to compile numpy.scons on IRIX with "python setup.py install". It compiled with warnings, but not errors. Attached is the compile log file.
But It seems the numpy just doesn't work. The following is what I have tried: """ Python 2.4.4 (#2, May 17 2004, 22:47:37) [C] on irix6 Type "help", "copyright", "credits" or "license" for more information. >>> from numpy import * Running from numpy source directory. >>> a = arange(1,100,0.1) Traceback (most recent call last): File "<stdin>", line 1, in ? NameError: name 'arange' is not defined >>> a = array(range(10)) Traceback (most recent call last): File "<stdin>", line 1, in ? NameError: name 'array' is not defined >>> import numpy >>> numpy.test() Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'test' >>> numpy.array Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'array' >>> """
compile.log.gz
Description: GNU Zip compressed data
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion