Notice (8): Use of undefined constant VALID_NOT_EMPTY - assumed 'VALID_NOT_EMPTY' [CORE/cake/libs/class_registry.php, line 141]
Notice (8): Use of undefined constant VALID_NUMBER - assumed 'VALID_NUMBER' [CORE/cake/libs/class_registry.php, line 141]
Notice (8): Use of undefined constant VALID_EMAIL - assumed 'VALID_EMAIL' [CORE/cake/libs/class_registry.php, line 141]
Posts
Octave
Posted: 2007-09-28 10:22:19

Hi all,

Since I need a matlab or at least matlab-compatible environment for a course at university I figured it wouldn't really be a problem since there is Octave. Unfortunately, the version in the main portage tree is heavily outdated and thus not really usable since I need it to be as compatible with matlab as possible and this seems to have improved in the latest releases.

I can hear you say: so, make your own ebuilds! Yes, that's what I'm (trying) to do right now. After recompiling gcc with fortran support I modified the latest ebuild in the tree to work with the latest and greatest release of Octave but soon found out that it has some dependencies on libraries which are outdated as well and actually didn't even compile on my system. So basically I'm currently trying to get things to work from bottom to top. I'm currently testing the (updated) ebuilds for the libraries (blas-atlas, lapack) and later on I'm going to try to compile Octave again.

If there's anyone interested in an overlay, let me know. I'll see if I can make one. Or if you just want to test/try the ebuilds, let me know too, I'll just mail them to you.

Comment

Name: cklimt | Website: /posts/view/168 | Posted: 2007-09-28 11:30:04

You can try Freemat, that is another clone of Matlab and it is pretty well maintained in portage

Name: Sander Knopper | Website: http://www.knopper.tk | Posted: 2007-09-28 11:38:51

Ah, thanks for the hint! For this particular course I really need the image library to work (imread() etc.), do you know if freemat supoorts it? I can't really tell from their website...

Name: Dieter_be | Website: http://dieter.plaetinck.be | Posted: 2007-09-29 10:09:26

Matlab has support for Linux, both 32 and 64bit.
Of course this might be an expensive option if you can't get a linux license through your school. (when I was studying we could get free licences, but only for windows :rollSmiling icon

http://www.mathworks.com/products/matlab/requirements.html

Name: Reynaldo | Website: /posts/view/168 | Posted: 2008-11-12 16:32:02

You can also give a try to scipy
www.scipy.org

Add comment