octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

oct 2.1.57 on IRIX6.5 MIPSpro


From: Clinton Chee
Subject: oct 2.1.57 on IRIX6.5 MIPSpro
Date: Wed, 24 Mar 2004 18:47:47 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1

Hello Octave Maintainers

Our group have installed version 2.1.57 of octave on an SGI IRIX6.5 platform using the MIPSpro Native compilers. The compilation will not proceed unless the following changes is made to the src/TEMPLATE-INST/Array-tc.cc file.

Before Change
*********
#include "oct-obj.h"

template<>
octave_value
resize_fill_value<octave_value> (const octave_value&)
{
 static octave_value retval = octave_value (Matrix ());
 return retval;
}


After Change
*********
#include "oct-obj.h"

/*template<>*/
octave_value
resize_fill_value/*<octave_value>*/ (const octave_value&)
{
 static octave_value retval = octave_value (Matrix ());
 return retval;
}


--


----------------------------------------------------------------------------
Clinton Chee - PhD
Computational Scientist
High Performance Computing Support Unit
University of New South Wales
SYDNEY 2052 AUSTRALIA chee at parallel stop hpc stop unsw stop edu stop au
Tel: 61 2 9385 6915 Mob: 61 4 0205 8983
----------------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]