octave-maintainers
[Top][All Lists]
Advanced

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

Re: OctavePackaging


From: John W. Eaton
Subject: Re: OctavePackaging
Date: Fri, 11 May 2007 12:50:20 -0400

On 11-May-2007, David Bateman wrote:

| + function arch = getarch ()
| +  unm = uname ();
| +  arch = [unm.sysname, "-", unm.machine];
| + endfunction

How about using

  octave_config_info ("canonical_host_type")

instead?  This string is what configure generates.  Then it will
match the string used by Octave for other directory arch-dependent
directory names.


reply via email to

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