<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bigbrovar &#187; FOSS &amp; Mathematical Science</title>
	<atom:link href="http://bigbrovar.aoizora.org/index.php/category/foss-mathematical-science/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbrovar.aoizora.org</link>
	<description>Computer and Life</description>
	<lastBuildDate>Mon, 26 Jul 2010 13:39:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to install Scilab-5.1 on Ubuntu LInux</title>
		<link>http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/</link>
		<comments>http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 07:57:46 +0000</pubDate>
		<dc:creator>gnPkRQiZBCnkyZo</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[FOSS & Mathematical Science]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bigbrovar.wordpress.com/?p=549</guid>
		<description><![CDATA[Introduction Scilab is a scientific software package for numerical computations providing a powerful open computing environment for engineering and scientific applications. Scilab is an open source software. Since 1994 it has been distributed freely along with the source code via the Internet. It is currently used in educational and industrial environments around the world. Source: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong><br />
Scilab is a scientific software package for numerical computations providing a  powerful open computing environment for engineering and scientific applications.</p>
<p>Scilab is an open source software.</p>
<p>Since 1994 it has been distributed freely along with  	the source code via the Internet. It is currently used in educational and industrial environments  	around the world.<br />
Source: <a href="http://www.scilab.org/platform/"> http://www.scilab.org/platform/</a><br />
<span id="more-549"></span><br />
Scilab is a very good alternative to very expensive and proprietary programs like Matlab. It is used Extensively in the school where I work.</p>
<p><strong>Free Beer + Speech</strong></p>
<p>Scilab is can be downloaded and used free of charge, and although it is not released under the <a href="http://en.wikipedia.org/wiki/GPL">GPL</a>, its <a href="http://www.scilab.org/legal/">License</a> allows you to modify and/or redistribute the software.</p>
<p><strong>The world just got better </strong></p>
<p><a href="http://bigbrovar.wordpress.com/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/" target="_blank">I remembered the last time i had to install a 5.x version of scilab on ubuntu</a> (hardy heron) it was a hellish experience because there was no installable binary package and i had to download and compile from source which was just a PITA because most of the dependencies needed were not available in the Hady Heron Repo. what made things worse is after compiling, The package was very buggy and kept crashing especially when i  try the translation tool from the application menu. Rather than witch and whine about this, in true Free software Culture i <a href="http://bugzilla.scilab.org/show_bug.cgi?id=3302">filled a bug</a> which thankfully as been <a href="http://bugzilla.scilab.org/show_bug.cgi?id=3302">fixed</a> in the latest version 5.1.</p>
<p>Another good thing about scilab 5.1 is this time around installation is quite easy and straight forward, No more compiling or downloading some strange dependencies. There is Binary package available for Linux that  comes bundled with all the dependencies that scilab needs to work</p>
<p><strong>Installation</strong></p>
<p>To install Scilab goto their download page and download the Scilab 5.1 binary file version for Linux (available for both 32 and 64 bit) you can grab a copy here <a href="http://www.scilab.org/download/">http://www.scilab.org/download/</a></p>
<p>Once Downloaded save the file to your desktop and extract (in gnome/Kde right click and choose extract here) or via Terminal (Application/Accessories/Terminal) <code>cd $HOME/Desktop/ ; tar xzvf scilab-5.1.bin.linux-i686.tar.gz</code></p>
<p>Now you can run the program from the scilab directory that was extracted. just go to /scilab-5.1/bin and double click on the file named <strong>scilab</strong>, but you will have to agree with me that this is a less than ideal situation. To do a proper installation we can either move the scilab directory to your /home<br />
or better still /opt in your root directory (which is the directory meant for 3rd party Applications)<br />
This guide is based on the latter</p>
<p>With the scilab Package that we extracted earlier still saved on your desktop we mv it to /opt. To do this Open Terminal  and copy and paste the following command then press enter.</p>
<p><code> sudo mv scilab-5.1/ /opt/</code></p>
<p>Now we need to be able to launch it from our application menu. To go this we would have to create a menu item for it. Thankfully this is dead easy under gnome (and KDE to but this guide was written in gnome)</p>
<p>To create a menu item right click on the Application menu of your gnome panel and choose Edit Menu</p>
<p><img class="alignnone" title="edit-menu" src="http://farm4.static.flickr.com/3457/3296196249_3458010ca2_o_d.jpg" alt="" width="219" height="212" /></p>
<p>Enable the Education Menu (by checking it) now click on <strong>Education </strong>(on the left side of the menu editor) and create new item under the Education menu by clicking on <strong>New Item</strong> (on the right side of the Menu Editor) . Doing this would Open a New Dialog box fill it like this</p>
<p>Name : Scilab-5.1</p>
<p>Command: /opt/scilab-5.1/bin/scilab</p>
<p>Comment: Matrix-based scientific Software Package</p>
<p><img class="alignnone" title="create menu" src="http://farm4.static.flickr.com/3480/3296196247_8e460f6223_d.jpg" alt="" width="432" height="319" /></p>
<p>Now we give it an Icon</p>
<p>Click on the icon field and copy  this to the navigation address bar   /opt/scilab-5.1/share/scilab/icons/scilab.xpm  (for some reason browsing to the icon location doesn&#8217;t  work)</p>
<p><img class="alignnone" title="choose icon" src="http://farm4.static.flickr.com/3573/3296196243_f931112af4_d.jpg" alt="" width="457" height="370" /></p>
<p>Now you would be able to start Scilab under  /Application/Education/Scilab/</p>
<p><img class="alignnone" title="scilab" src="http://farm4.static.flickr.com/3593/3296196251_70cecf62ca_d.jpg" alt="" width="469" height="397" /></p>
<p>You can download Toolboxes for scilab from <strong><a href="http://www.scilab.org/contrib/index_contrib.php?page=download" target="_blank">here </a></strong></p>
<p>Hope someone finds this useful.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/&amp;title=How+to+install+Scilab-5.1+on+Ubuntu+LInux" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/&amp;title=How+to+install+Scilab-5.1+on+Ubuntu+LInux" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+install+Scilab-5.1+on+Ubuntu+LInux&amp;link=http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;How+to+install+Scilab-5.1+on+Ubuntu+LInux&quot;+-+from+http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/&amp;title=How+to+install+Scilab-5.1+on+Ubuntu+LInux&amp;summary=Introduction%0AScilab%20is%20a%20scientific%20software%20package%20for%20numerical%20computations%20providing%20a%20%20powerful%20open%20computing%20environment%20for%20engineering%20and%20scientific%20applications.%0A%0AScilab%20is%20an%20open%20source%20software.%0A%0ASince%201994%20it%20has%20been%20distributed%20freely%20along%20with%20%20%09the%20source%20code%20via%20the%20Internet.%20&amp;source=bigbrovar" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/&amp;title=How+to+install+Scilab-5.1+on+Ubuntu+LInux" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/&amp;title=How+to+install+Scilab-5.1+on+Ubuntu+LInux" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+install+Scilab-5.1+on+Ubuntu+LInux+-+http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://bigbrovar.aoizora.org/index.php/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How to install SGeMS on Ubuntu Hardy Heron</title>
		<link>http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/</link>
		<comments>http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:14:14 +0000</pubDate>
		<dc:creator>gnPkRQiZBCnkyZo</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[FOSS & Mathematical Science]]></category>

		<guid isPermaLink="false">http://bigbrovar.wordpress.com/?p=489</guid>
		<description><![CDATA[SGeMS is a software for 3D geostatistical modeling. It implements many of the classical geostatistics algorithms, as well as new developments made at the SCRF lab, Stanford University. SGeMS relies on the Geostatistics Template Library (GsTL) to implement its geostatistical routines, including: * Kriging * Multi-variate kriging (co-kriging) * Sequential Gaussian simulation * Sequential indicator [...]]]></description>
			<content:encoded><![CDATA[<p>SGeMS is a software for 3D geostatistical modeling. It implements many of the classical geostatistics algorithms, as well as new developments made at the SCRF lab, Stanford University.<br />
SGeMS relies on the Geostatistics Template Library (GsTL) to implement its geostatistical routines, including:</p>
<p>* Kriging<br />
* Multi-variate kriging (co-kriging)<br />
* Sequential Gaussian simulation<br />
* Sequential indicator simulation<br />
* Multi-variate sequential Gaussian and indicator simulation<br />
* Multiple-point statistics simulation</p>
<p>For news, tutorials, and an FAQ, visit the SGeMS wiki.<br />
<span id="more-489"></span><br />
Main Features</p>
<p>* Comprehensive geostatistical toolbox<br />
* Standard data analysis tools: histogram, QQ-plots, variograms,&#8230;<br />
* interactive 3D visualization<br />
* Scripting capabilities: SGeMS embeds the Python scripting language, that allows to automatically perform several (repetitive) actions.<br />
* Use of plug-ins to add new geostatistics algorithms, support new file formats, or increase the set of script commands.</p>
<p><a href="http://sgems.sourceforge.net/">http://sgems.sourceforge.net/</a></p>
<p>Where do i start? ..OK so i happen to be a Linux SysAdmin for some school. we use Linux on all our workstations including the laptops we gave to the students. so when i prof said he need a program called SGeMS for his class, it my job to get it done <img src='http://bigbrovar.aoizora.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   i searched synaptic and that came with nothing (hmm sign of trouble) a little search on google took me to where i could download the source code. i downloaded it. checked the readme to see what is needs .. that was when i knew i was in for some serious ish. cut the long  story short i went through hell  just to get the program to compile. but i the end i did. so i decided i no man should ever go through what i went through and i decided to document how i got SGeMS to install on ubuntu..</p>
<p>WARNING!!!<br />
the following guide involve the use of command line, although i try to make it as simple as possible so you shouldn&#8217;t have any problem. .. remember i said shouldn&#8217;t</p>
<p>first we download sgems from here<a href="http://sourceforge.net/projects/sgems/"> http://sourceforge.net/projects/sgems/</a><br />
for this guide am using version 2.0</p>
<p>once the source code is downloaded.. we now have to install the dependencies it needs to compile which are<br />
- GsTL (Geostatistics Template Library)<br />
- Qt (GUI library) version 3.1 or higher<br />
- Coin3D (OpenIventor library), version 2.x<br />
- SoQt (Qt bindings for OpenIventor), version 1.x<br />
- SimVoleon (Volume rendering extension for Coin3D), version 2.x<br />
- Python<br />
<strong>qt</strong> , <strong>coin,python</strong> and <strong>SoQt</strong> can all be installed from the ubuntu repositories</p>
<p><strong>Qt</strong> when i tried searching for qt in synaptic .. billions of files came up out of the lot i installed</p>
<p><strong>libqt3-mt-dev</strong> <strong>qt3-assistant</strong> <strong>qt3-qtconfig</strong><br />
and it seem to work fine (guess am lucky)</p>
<p><strong>Coin3D</strong> for coin i installed <strong>libcoin40-dev libcoin40-runtime</strong></p>
<p>SoQt i installed <strong>libsoqt-dev</strong></p>
<p>Python i installed <strong>python2.4-dev</strong></p>
<p>you can always open synaptic <strong>/System/Admin/Synaptic </strong> and search for <strong>libqt3-mt-dev  libcoin40-dev libcoin40-runtime  qt3-assistant qt3-qtconfig python2.4-dev libsoqt-dev<br />
</strong><br />
better still you can install everything at a go via terminal <strong>/Applications/Accessories/Terminal</strong></p>
<p>install with this command (copy and paste is allowed <img src='http://bigbrovar.aoizora.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p><code>sudo aptitude install  libqt3-mt-dev  libcoin40-dev libcoin40-runtime  qt3-assistant qt3-qtconfig python2.4-dev libsoqt-dev</code></p>
<p>Now we have installed all the dependencies that can be gotten from the ubuntu repositories</p>
<p>time to install other dependencies</p>
<p>for some reasons  downloading and compiling SimVoleon from here<a href="http://www.coin3d.org/lib/simvoleon"> http://www.coin3d.org/lib/simvoleon</a> threw up some funky errors about gcc .. anyway i went round that by downloading the latest version from subversion</p>
<p>Note: to use subversion you need to have it installed .. it can be easily installed by</p>
<p><code>sudo aptitude install subversion</code> or search and install from synaptic.</p>
<p>now to download simvoleon we do the following</p>
<p>create a  directory called svn in your home directory</p>
<p><code>mkdir $HOME/svn</code></p>
<p>move into the directory</p>
<p><code>cd $HOME/svn</code></p>
<p>next we run the command that would download simvoleon from svn</p>
<p><code> svn co https://svn.coin3d.org/repos/SIMVoleon/trunk SIMVoleon</code></p>
<p>give it some time.. you would see a prompt asking you to accept a certificate or some stuff like that ..   you can choose to accept temporarily or permanently just don&#8217;t reject it <img src='http://bigbrovar.aoizora.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>once simvoleon is downloaded you will find it under svn/ directory you created earlier .. now we need to go into the directory so we can compile it.</p>
<p>N.B before compiling any source code on ubuntu you need to install build-essentials  meta-package which contains all tools needed for compilations mainly the GNU C compiler gcc</p>
<p><code> sudo aptitude install build-essential ; cd $HOME/svn/SIMVoleon</code></p>
<p>the above command install the build-essential package and moves us into the SIMVoleon directory next we run</p>
<p><code>./configure</code></p>
<p>then</p>
<p><code>make</code></p>
<p>lastly we run</p>
<p><code>sudo make install</code></p>
<p>the last command would install SIMvoleon .. i didnt experience any error when i went about it this way.</p>
<p>now to download the last dependencies</p>
<p>GsTL can be download here<a href="http://sourceforge.net/projects/gstl/"> http://sourceforge.net/projects/gstl/</a></p>
<p>we don&#8217;t  need to compile GsTL just place it in the same directory that you would like to install SGeMS.</p>
<p>so place both SGeMS-2.0.tgz and GsTL-1.3.tgz  in your home directory and we extract it using the tar command</p>
<p><code>tar xzvf SGeMS* ; tar xzvf GsTL* </code></p>
<p>now we enter into the SGeMS Directory to make some pre-compile preparations</p>
<p><code>cd SGeMS-2.0/</code></p>
<p>we need to edit a hidden config file named .qmake.cache we would edit this point the variables to the correct location on your computer</p>
<p><code>gedit .qmake.cache </code></p>
<p>look for the following lines and</p>
<p>GSTLHOME = /tmp/Linux/GsTL-1.2.1<br />
GSTLAPPLI_HOME =  /tmp/Linux/SGeMS-1.4.1</p>
<p>edit them to look like this (we would point the location of GSTL and SGeMS if you followed the guide then there should be in your home directory so you edit them accordingly)</p>
<p>GSTLHOME =  /home/bigbrovar/GsTL-1.3<br />
GSTLAPPLI_HOME =  /home/bigbrovar/SGeMS-2.0</p>
<p>save the text editor and close</p>
<p>now we need to edit you .bashrc file to include the paths necessarily for SGeMS to work</p>
<p><code>gedit $HOME/.bashrc</code></p>
<p>now we add the following to the bottom of the text file</p>
<p><code> export LD_LIBRARY_PATH=$HOME/SGeMS-2.0/lib/linux:$HOME/SGeMS-2.0/plugins/designer:/usr/local/lib/<br />
export GSTLAPPLIHOME=$HOME/SGeMS-2.0/</code></p>
<p>now save and close</p>
<p>once this is done we now need to compile SGeMS (about time right) so we move into the SGeMS directory</p>
<p><code> cd $HOME/SGeMS-2.0</code></p>
<p>and run</p>
<p><code>qmake</code></p>
<p><code>make</code></p>
<p>lastly</p>
<p><code> sudo make install</code></p>
<p>now the last thing we need to don is direct Qt to libGsTLwidgets.so  which can be found under the SGeMS directory</p>
<p>so run this in terminal  <code>qtconfig</code></p>
<p>go to Library Paths and browse to this path under the SGeMS directory <strong>/plugins/designer/</strong> click add save and close</p>
<p>now lets see if all the hard work paid up .. to run the program do this</p>
<p><code>cd $HOME/SGeMS-2.0/bin/linux</code><br />
then<br />
<code>./s-gems</code></p>
<p>you can write a script that starts it</p>
<p>open a test file and paste the following into it</p>
<p><code>#!/usr/bin/env bash</code></p>
<p>exec $HOME/SGeMS-2.0/bin/linux/s-gems</p>
<p>save it   as <strong>sgems</strong> and move it to <strong>/usr/local/bin</strong> (remember you have to do that has root)</p>
<p><code>sudo mv sgems /usr/local/bin </code></p>
<p>make it executible<br />
<code>chmod +x  /usr/local/bin/sgems</code></p>
<p>so now when you want to start sgems .. just open your terminal and type sgems ..</p>
<p><img class="alignnone" title="SGeMS" src="http://farm4.static.flickr.com/3488/3275229742_7501a9fcdc_d.jpg" alt="" width="368" height="230" /></p>
<p>i Hope this helps some one .</p>
<p>If this works for your please let me know.</p>
<p>Thanks to Ting Li from the SGeMS mailing list for the tips he gave me without which i would still be hitting my head at the wall in frustration.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/&amp;title=How+to+install+SGeMS+on+Ubuntu+Hardy+Heron" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/&amp;title=How+to+install+SGeMS+on+Ubuntu+Hardy+Heron" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+install+SGeMS+on+Ubuntu+Hardy+Heron&amp;link=http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;How+to+install+SGeMS+on+Ubuntu+Hardy+Heron&quot;+-+from+http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/&amp;title=How+to+install+SGeMS+on+Ubuntu+Hardy+Heron&amp;summary=SGeMS%20is%20a%20software%20for%203D%20geostatistical%20modeling.%20It%20implements%20many%20of%20the%20classical%20geostatistics%20algorithms%2C%20as%20well%20as%20new%20developments%20made%20at%20the%20SCRF%20lab%2C%20Stanford%20University.%0ASGeMS%20relies%20on%20the%20Geostatistics%20Template%20Library%20%28GsTL%29%20to%20implement%20its%20geostatistical%20routines%2C%20including%3A%0A%0A%2A%20K&amp;source=bigbrovar" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/&amp;title=How+to+install+SGeMS+on+Ubuntu+Hardy+Heron" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/&amp;title=How+to+install+SGeMS+on+Ubuntu+Hardy+Heron" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+install+SGeMS+on+Ubuntu+Hardy+Heron+-+http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://bigbrovar.aoizora.org/index.php/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to install SageMaths on ubuntu</title>
		<link>http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/</link>
		<comments>http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 11:32:05 +0000</pubDate>
		<dc:creator>gnPkRQiZBCnkyZo</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[FOSS & Mathematical Science]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[sage]]></category>

		<guid isPermaLink="false">http://bigbrovar.wordpress.com/?p=254</guid>
		<description><![CDATA[how i got to install sage on ubuntu.. Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface. you can read more about sage here http://www.sagemath.org/tour.html unfortunately sage is not available in the Ubuntu repositories and in-fact any repositories [...]]]></description>
			<content:encoded><![CDATA[<p>how i got to install sage on ubuntu..</p>
<p>Sage is a free open-source mathematics software system licensed under the GPL. It combines the power  of many existing open-source packages into a common Python-based interface.<br />
you can read more about sage here <a href="http://www.sagemath.org/tour.html">http://www.sagemath.org/tour.html</a><br />
unfortunately sage is not available in the Ubuntu repositories and in-fact any repositories as a .deb package. ( at the time of writing this). did you say compiling? dont even go there i tried building it. and failed woefully. fortunately i found a nice and easy to install it on Ubuntu. there is a binary package already compiled for Ubuntu. which makes installation on Ubuntu quite easy and straight forward.<br />
<span id="more-254"></span><br />
first we download the ubuntu binary here <a href="http://www.sagemath.org/bin/linux/32bit">http://www.sagemath.org/bin/linux/32bit</a>. the guide is based on version 3.1.4 so i just did<br />
<del datetime="2009-03-18T11:02:33+00:00"><br />
<code>wget http://www.sagemath.org/bin/linux/32bit/sage-3.1.4-ubuntu32-intel-XEON-x86-i686-Linux.tar.gz</code></del><br />
the above link seem to be broken. although i have not tried it. but this link should work</p>
<p><strong>Ubuntu 8.0.4</strong><br />
<code>wget -c ftp://ftp.sun.ac.za/pub/mirrors/www.sagemath.org/linux/32bit/sage-3.4-linux-PentiumM-ubuntu-8.04.1-i686-Linux.tar.gz</code></p>
<p><strong>Ubuntu 8.10</strong><br />
<code> wget -c ftp://ftp.sun.ac.za/pub/mirrors/www.sagemath.org/linux/32bit/sage-3.4-linux-Ubuntu_8.10-i686-Linux.tar.gz</code></p>
<p>once downloaded . i untar it (extracted the archive)<br />
in my case</p>
<p><code>tar xzvf sage-3.1.4-ubuntu32-intel-XEON-x86-i686-Linux.tar.gz</code></p>
<p>then i moved it to <strong>/usr/local/src/</strong></p>
<p><code>sudo mv sage-3.1.4-ubuntu32-intel-XEON-x86-i686-Linux /usr/local/src</code></p>
<p>then i copied the sage script in to <strong>/usr/local/bin</strong></p>
<p><code>sudo cp /usr/local/src/sage-3.1.4-ubuntu32-intel-XEON-x86-i686-Linux/sage /usr/local/bin</code></p>
<p>then i edited SAGE_ROOT in <strong>/usr/local/bin/sage</strong> to point to <strong>/usr/local/src/sage-3.1.4-ubuntu32-intel-XEON-x86-i686-Linux</strong></p>
<p><code>gksu gedit /usr/local/bin/sage</code></p>
<p>modified it to look like this<br />
<code><br />
# Set SAGE_ROOT to the location of the sage install.<br />
SAGE_ROOT="/usr/local/src/sage-3.1.4-ubuntu32-intel-XEON-x86-i686-Linux/"</code></p>
<p>i modified the sage root directory permission settings<br />
<code>sudo chmod -R 755 /usr/local/src/sage-3.1.4-ubuntu32-intel-XEON-x86-i686-Linux</code></p>
<p>now run you can run it</p>
<p><code>sage</code></p>
<p>to get a webbased ui<br />
<code>run notebook()</code></p>
<p>hope someone finds this useful</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/&amp;title=How+to+install+SageMaths+on+ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/&amp;title=How+to+install+SageMaths+on+ubuntu" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+install+SageMaths+on+ubuntu&amp;link=http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;How+to+install+SageMaths+on+ubuntu&quot;+-+from+http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/&amp;title=How+to+install+SageMaths+on+ubuntu&amp;summary=how%20i%20got%20to%20install%20sage%20on%20ubuntu..%0A%0ASage%20is%20a%20free%20open-source%20mathematics%20software%20system%20licensed%20under%20the%20GPL.%20It%20combines%20the%20power%20%20of%20many%20existing%20open-source%20packages%20into%20a%20common%20Python-based%20interface.%0Ayou%20can%20read%20more%20about%20sage%20here%20http%3A%2F%2Fwww.sagemath.org%2Ftour.html%0Aunfortunately%20s&amp;source=bigbrovar" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/&amp;title=How+to+install+SageMaths+on+ubuntu" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/&amp;title=How+to+install+SageMaths+on+ubuntu" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+install+SageMaths+on+ubuntu+-+http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://bigbrovar.aoizora.org/index.php/2008/11/24/how-to-install-sagemaths-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to install scilab 5.0.3 on Ubuntu 8.4</title>
		<link>http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/</link>
		<comments>http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:33:25 +0000</pubDate>
		<dc:creator>gnPkRQiZBCnkyZo</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[FOSS & Mathematical Science]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbrovar.wordpress.com/?p=229</guid>
		<description><![CDATA[THIS GUIDE IS NOW DEPRECIATED, A MORE RECENT AND EASIER VERSION CAN BE FOUND HERE They say if u want something done you&#8217;d better do it your self. Since there was no deb package for the latest scilab 5.0.3. I had no choice than to build one from source. it wasn&#8217;t easy hunting down the [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color:#800000;">THIS GUIDE IS NOW DEPRECIATED, A MORE RECENT AND EASIER VERSION CAN BE FOUND</span> <a href="http://bigbrovar.wordpress.com/2009/02/21/how-to-install-scilab-51-on-ubuntu-linux/" target="_self">HERE </a></strong></p>
<p>They say if u want something done you&#8217;d better do it your self. Since there was no deb package for the latest scilab 5.0.3. I had no choice than to build one from source. it wasn&#8217;t easy hunting down the needed dependency many of which are not available in the hardy repository. I had to download online from the intrepid repo . here are the things  i did to get it to compile.<br />
<span id="more-229"></span><br />
first download the latest scilab 5.0.3</p>
<p><code>wget http://www.scilab.org/download/5.0.3/scilab-5.0.3-src.tar.gz</code></p>
<p>mv it to your home directory</p>
<p><code>mv scilab-5.0.3-src.tar.gz $HOME</code></p>
<p>then we install the scilab dependencies that are available in that hardy repository</p>
<p><code>sudo apt-get build-dep scilab</code><br />
<code>sudo apt-get install liblaf-plugin-java libjgoodies-looks-java scilab-doc ant sun-java5-jdk </code></p>
<p>once that is done<br />
time to download and install the external dependencies that are not available in hardy repo to make things easy we create a directory called dependencies</p>
<p><code>mkdir dependencies</code></p>
<p>now we enter into the dependencies directory we just created</p>
<p><code>cd dependencies</code></p>
<p>then we download the required dependencies</p>
<p><strong>libflexdock-jni</strong><br />
<code>wget http://mirrors.kernel.org/ubuntu/pool/universe/libf/libflexdock-java/libflexdock-jni_0.5.1-dfsg1-4_i386.deb</code></p>
<p><strong>libflexdock-java-doc</strong><br />
<code>wget http://mirrors.kernel.org/ubuntu/pool/universe/libf/libflexdock-java/libflexdock-java-doc_0.5.1-dfsg1-4_all.deb</code></p>
<p><strong>libflexdock-java-demo</strong><br />
<strong>wget  [url]http://mirrors.kernel.org/ubuntu/pool/universe/libf/libflexdock-java/libflexdock-java-demo_0.5.1-dfsg1-4_all.deb[/url]</strong></p>
<p><strong>libjogl-jni</strong><br />
<code>wget  http://mirrors.kernel.org/ubuntu/pool/multiverse/libj/libjogl-java/libjogl-jni_1.1.1-2ubuntu1_i386.deb</code></p>
<p><strong><br />
libjogl-java</strong><br />
<code>wget http://mirrors.kernel.org/ubuntu/pool/multiverse/libj/libjogl-java/libjogl-java_1.1.1-2ubuntu1_all.deb </code></p>
<p><strong>libjrosetta-java</strong><br />
<code>wget  http://mirrors.kernel.org/ubuntu/pool/universe/libj/libjrosetta-java/libjrosetta-java_1.0.1+gpl-1_all.deb</code></p>
<p><strong>libmatio0</strong><br />
<code>wget http://mirrors.kernel.org/ubuntu/pool/universe/libm/libmatio/libmatio0_1.3.3-2_i386.deb</code></p>
<p><strong>libmatio-dev</strong><br />
<code>wget http://mirrors.kernel.org/ubuntu/pool/universe/libm/libmatio/libmatio-dev_1.3.3-2_i386.deb</code></p>
<p><strong>libflexdock-java</strong><br />
<code>wget http://mirrors.kernel.org/ubuntu/pool/universe/libf/libflexdock-java/libflexdock-java_0.5.1-dfsg1-4_all.deb</code></p>
<p><strong>libskinlf-java</strong><br />
<code>wget http://mirrors.kernel.org/ubuntu/pool/universe/libs/libskinlf-java/libskinlf-java_6.7-3_all.deb</code></p>
<p>once every last one of the dependency as been downloaded<br />
we then install all of them with one command<br />
<code><br />
sudo dpkg -i *.deb</code></p>
<p>once done . we have installed all the dependencies needed by the application.</p>
<p>NOTE: I didnt build this on a fresh ubuntu so they maybe some needed which didnt show up because there were already installed on my computer. so to be save make sure you install build-essential<br />
<code> sudo apt-get install build-essential </code></p>
<p>now we start the build.</p>
<p><code>cd ..</code></p>
<p>extract the scilab</p>
<p><code>tar -xzvf scilab-5.0.3-src.tar.gz </code></p>
<p>enter the directory</p>
<p><code>cd scilab-5.0.3</code></p>
<p>then run configure</p>
<p><code>./configure</code></p>
<p>it would take a while. and if all went well it would return no errors meaning all the dependencies needed for compiling the package is installed. now we run make</p>
<p><code>make</code></p>
<p>this would take a very very long time.. if you have anything else to do .. this is the right time.<br />
i ran this on a pentium dual core 1.8ghz 2gb ram and it took almost 1 hour.</p>
<p>but once its done</p>
<p><code>sudo make install</code></p>
<p>it would also take some time to complete .. but once its done without errors that means that scilab 5.0.3 has been installed and can be found in /Application/Education/Scilab</p>
<p>hope some one finds this useful.</p>
<p>PS.. if u run ibex. you dont just</p>
<p><code>sudo apt-get build-dep scilab</code><br />
<code>sudo apt-get install liblaf-plugin-java libjgoodies-looks-java scilab-doc ant sun-java5-jdk </code></p>
<p>and</p>
<p><code>sudo apt-get install libflexdock-jni libskinlf-java libflexdock-java libmatio-dev libmatio0 libjrosetta-java jogl-java libjogl-jni libflexdock-java-demo libflexdock-java-doc </code></p>
<p>before starting the compiling</p>
<p><strong>For those using Intrepid good news is that u dont have to go thru all the process i went thru just</strong><br />
In /etc/apt/sources, add the line:</p>
<p><code>deb http://www.scilab.org/team/sylvestre.ledru/repository/ubuntu/ intrepid main</code></p>
<p><code>sudo aptitude update</code></p>
<p><code>sudo aptitude install scilab</code></p>
<p>Reference  <a href="http://www.scilab.org/team/sylvestre.ledru/"> http://www.scilab.org/team/sylvestre.ledru/</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/&amp;title=How+to+install+scilab+5.0.3+on+Ubuntu+8.4" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/&amp;title=How+to+install+scilab+5.0.3+on+Ubuntu+8.4" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+install+scilab+5.0.3+on+Ubuntu+8.4&amp;link=http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;How+to+install+scilab+5.0.3+on+Ubuntu+8.4&quot;+-+from+http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/&amp;title=How+to+install+scilab+5.0.3+on+Ubuntu+8.4&amp;summary=THIS%20GUIDE%20IS%20NOW%20DEPRECIATED%2C%20A%20MORE%20RECENT%20AND%20EASIER%20VERSION%20CAN%20BE%20FOUND%20HERE%20%0A%0AThey%20say%20if%20u%20want%20something%20done%20you%27d%20better%20do%20it%20your%20self.%20Since%20there%20was%20no%20deb%20package%20for%20the%20latest%20scilab%205.0.3.%20I%20had%20no%20choice%20than%20to%20build%20one%20from%20source.%20it%20wasn%27t%20easy%20hunting%20down%20the%20needed%20depend&amp;source=bigbrovar" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/&amp;title=How+to+install+scilab+5.0.3+on+Ubuntu+8.4" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/&amp;title=How+to+install+scilab+5.0.3+on+Ubuntu+8.4" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+install+scilab+5.0.3+on+Ubuntu+8.4+-+http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://bigbrovar.aoizora.org/index.php/2008/11/18/how-to-install-scilab-503-on-ubuntu-84/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
