help-octave
[Top][All Lists]
Advanced

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

Re: Building Octave Statically (and without graphics)


From: Jason Riedy
Subject: Re: Building Octave Statically (and without graphics)
Date: Fri, 06 Mar 2009 14:42:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

And John W. Eaton writes:
> Building static binaries isn't normal usage these days, so it is not
> surprising to me that some things don't work correctly.

Alas, it is expected usage for certain clusters and parallel
machines.  There is a page detailing how people built an older
Octave for BG/L that *may* be of use to the original poster:
  
http://www.pdc.kth.se/resources/computers/bluegene/bgloctave/mpitb-octave-on-bgl

There would be much (some?) rejoicing if someone would tackle a
--build-static-octave configure option...

> [...] but I don't see a good general way of avoiding the libblas
> xerbla problem.  If I understand correctly, the intent is that users
> should be able to replace that function with their own.

You mentioned the intended method:
>   ar -d libblas.a xerbla.o

We (mostly me) haven't had the mental cycles to figure out the
"right" way to handle XERBLA, and it's made much, much worse by
requirements in the BLAS Tech Forum's BLAS interface (that no one
implements yet).

In my opinion, there likely will be a libxerbla at some future
point so we can avoid cross-library dependencies.  But that's
just my view.

Jason


reply via email to

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