[Numpy-discussion] anyone compiling on IRIX 6.5

fdu.xiaojf at gmail.com fdu.xiaojf at gmail.com
Wed Oct 24 03:46:25 EDT 2007


Hi David,
David Cournapeau wrote:

> fdu.xiaojf at gmail.com wrote:
>> Jarrod Millman wrote:
>>   
>>> 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,
>>>
>>>     
>> 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.
>>
>> 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.
>>   
> 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).
> 
> 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'
 >>> """
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile.log.gz
Type: application/x-gzip
Size: 8861 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20071024/b539e01f/attachment.bin>


More information about the NumPy-Discussion mailing list