Notice (8): Use of undefined constant VALID_NOT_EMPTY - assumed 'VALID_NOT_EMPTY' [CORE/cake/libs/class_registry.php, line 141]Code | Contextif (class_exists($class) || App::import($type, $pluginPath . $class)) {${$class} =& new $class($settings);$class = "Post" $type = "Model" $_this = ClassRegistry ClassRegistry::$__objects = array ClassRegistry::$__map = array ClassRegistry::$__config = array $false = false $id = false $true = true $objects = array( array( "class" => "Post", "alias" => "Post", "id" => null ) ) $defaults = array() $count = 1 $settings = array( "class" => "Post", "alias" => "Post", "id" => null ) $key = 0 $pluginPath = null $plugin = null $alias = "Post" $model = falseClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 641 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 506 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Notice (8): Use of undefined constant VALID_NUMBER - assumed 'VALID_NUMBER' [CORE/cake/libs/class_registry.php, line 141]Code | Contextif (class_exists($class) || App::import($type, $pluginPath . $class)) {${$class} =& new $class($settings);$class = "Comment" $type = "Model" $_this = ClassRegistry ClassRegistry::$__objects = array ClassRegistry::$__map = array ClassRegistry::$__config = array $false = false $id = false $true = true $objects = array( array( "class" => "Comment", "alias" => "Comment" ) ) $defaults = array() $count = 1 $settings = array( "class" => "Comment", "alias" => "Comment" ) $key = 0 $pluginPath = null $plugin = null $alias = "Comment" $model = falseClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658 Model::__createLinks() - CORE/cake/libs/model/model.php, line 629 Model::__construct() - CORE/cake/libs/model/model.php, line 482 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 641 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 506 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Notice (8): Use of undefined constant VALID_EMAIL - assumed 'VALID_EMAIL' [CORE/cake/libs/class_registry.php, line 141]Code | Contextif (class_exists($class) || App::import($type, $pluginPath . $class)) {${$class} =& new $class($settings);$class = "User" $type = "Model" $_this = ClassRegistry ClassRegistry::$__objects = array ClassRegistry::$__map = array ClassRegistry::$__config = array $false = false $id = false $true = true $objects = array( array( "class" => "User", "alias" => "User" ) ) $defaults = array() $count = 1 $settings = array( "class" => "User", "alias" => "User" ) $key = 0 $pluginPath = null $plugin = null $alias = "User" $model = falseClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658 Model::__createLinks() - CORE/cake/libs/model/model.php, line 629 Model::__construct() - CORE/cake/libs/model/model.php, line 482 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658 Model::__createLinks() - CORE/cake/libs/model/model.php, line 629 Model::__construct() - CORE/cake/libs/model/model.php, line 482 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 641 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 506 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
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.
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 :roll![]()
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
Copyright 2004-2010 Sander Knopper, powered by Knopper ICT