Changes between Version 27 and Version 28 of InstallUbuntuSvn


Ignore:
Timestamp:
Jun 3, 2012, 2:02:09 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v27 v28  
    2020}}}
    2121
    22 === scientific python ===
     22=== Scientific python ===
    2323
    24 Finally we need scientific python to provide netcdf
     24We use scientific python to provide netcdf
    2525support.
    2626
    2727The default python-scientific provided by Ubuntu is
    2828the old version 2.8, and this leads to segmentation
    29 faults (at least on 32 bit machines).
     29faults (at least on 32 bit machines) in Ubuntu 12.04.
    3030
    3131So we need to install scientific python version 2.9.1 from source.
    3232
    33 First we need to install netcdf support via
     33First we need to install basic netcdf support via
    3434
    3535{{{
     
    5959}}}
    6060
     61== Installing anuga ==
    6162
    62 == Checkout anuga via svn ==
     63Now we should have installed all the packages necessary to run anuga.
     64So now to actually installing anuga.
     65
     66=== Checkout anuga via svn ===
     67
     68First we need to get the actual anuga software. We do this by checking out the anuga
     69repository using subversion.
    6370
    6471From your home directory run:
     
    7279=== Setup PYTHONPATH ===
    7380
     81We need to tell python where the anuga source code is located.
     82This is done via the {{{PYTHONPATH}}} environment variable.
     83
    7484Put the following in your .bashrc file (if you use the bash shell).
    7585
     
    8090(of course change /home/username to your home directory. )  With some versions of linux you need to put this command in the file {{{.profile}}}
    8191
    82 Should rerun your .bashrc file with
     92You should rerun your .bashrc file with
    8393
    8494{{{
     
    96106
    97107
    98 == Compile ANUGA Code ==
     108=== Compile ANUGA Code ===
    99109
    100110Now go to the directory anuga_core and compile the anuga files via:
     
    104114}}}
    105115
    106 == Run Unit tests ==
     116=== Run Unit tests ===
    107117
    108118From the anuga_core directory run the unit tests via: