help-octave
[Top][All Lists]
Advanced

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

Re: Uninstalling windows octave destroyed my cygwin installation!


From: John W. Eaton
Subject: Re: Uninstalling windows octave destroyed my cygwin installation!
Date: Sun, 30 Nov 2003 23:18:04 -0600

On  1-Dec-2003, Paul Kienzle <address@hidden> wrote:

| What's a pain to maintain is the various flavours of atlas.
| I built an LAPACK+BLAS dll with just Z and D functions,
| but we won't be able to replace XERBLAS on the fly
| within it since dll linkage needs to be resolved at link time
| rather than at run time.

If we are building the blas package, then we can modify the xerbla
function to do what we want.  For example, we can have it check a
global function pointer, and call that function instead of stopping
execution.  If the function pointer is 0 (the default), then we just
have it exit.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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