Page 1 of 1

[SOLVED] GNU Octave

Posted: 3. Dec 2010, 15:07
by lmello
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.

Homepage:
http://www.gnu.org/software/octave/

---

Octave has a bunch of optional dependencies, I'd like a package with at least glpk, blas + lapack*, fftw* and hdf5... ok, perhaps hdf5 isn't all that useful. What do you think?

* Already in the repo's

Re: GNU Octave

Posted: 8. Dec 2010, 14:03
by christian
Maybe i can add my packages to the repo. Got packages for blas, glpk and octave, but not for hdf5.
But before I will create for up to date versions of my packages.

Greetings
Christian

Re: GNU Octave

Posted: 14. Dec 2010, 04:56
by lmello
christian wrote:Maybe i can add my packages to the repo. Got packages for blas, glpk and octave, but not for hdf5.
But before I will create for up to date versions of my packages.

Greetings
Christian
Thanks, but I have managed to build octave myself with everything on top, with the exception of fltk and ftgl as dependencies. I like using gnuplo for plotting, and besides, there's qtOctave which is a much better GUI.