octave-maintainers
[Top][All Lists]
Advanced

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

Re: 1D PDE solver for Octave


From: Bill Greene
Subject: Re: 1D PDE solver for Octave
Date: Tue, 5 Jul 2016 09:42:42 -0400

>It's also built for 32-bit Intel Linux, which will not work for other architectures
Of course.
I built the mex file for Octave 4.0 and lnux32 assuming that:
a) it would run on any 32-bit linux that Octave 4.0 runs on 
b) most Octave developers/maintainers are running on this platform

If there are things I can do to build the .so so it runs on more linux32 systems,
I would like to hear them (this is really at the heart of my original request for
help).

On Mon, Jul 4, 2016 at 8:04 PM, Jordi Gutiérrez Hermoso <address@hidden> wrote:
On Mon, 2016-07-04 at 08:57 -0400, Bill Greene wrote:
> But my strong recommendation, at this point, is just to use the pre-built
> shared library I provided the link to.

It appears that you are unfamiliar with cross-platform binary
compatibility. The mex file you built is linked against specific
versions of libraries that only exist in very specific systems. It's
also built for 32-bit Intel Linux, which will not work for other
architectures. Many of us thus can't use your codex without building it
ourselves.

> My belief is that very few Octave users will try this pde solver if
> they have to build it themselves.

You're currently talking to people who are used to building Octave.
Later we can worry about packaging and distributing your built code or
we can let our downstream packagers do it for us.

Thanks for providing a Makefile. It's a starting point.

- Jordi G. H.








reply via email to

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