Changes between Version 11 and Version 12 of ASAPFedoraInstall


Ignore:
Timestamp:
07/13/06 11:14:27 (18 years ago)
Author:
Chris Phillips
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPFedoraInstall

    v11 v12  
    2525 * ipython
    2626
    27 = From source =
    28 
    29  * [http://www.atnf.csiro.au/pub/software/rpfits/rpfits-2.9.tar.gz rpfits-2.9]
    30 {{{
    31    tar zxvf rpfits-2.9.tar.gz; cd rpfits/linux
    32    make install
    33 }}}
    34 
    35  * [http://www.atnf.csiro.au/pub/software/asap/casa_asap.tar.bz2 casa_asap]
    36 {{{
    37    tar jxvf casa_asap.tar.bz2; cd casa_asap
    38    sh build.sh
    39 }}}
    40    Depending on whether you use (t)csh
    41 {{{
    42    source aipsinit.csh
    43 }}}
    44    or bash
    45 {{{
    46    . aipsinit.sh
    47 }}}
    48 
    49  * [http://www.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2 asap_src]
    50 {{{
    51    tar jxvf asap_src.tar.bz2; cd asap2.0
    52    make
    53 }}}
    54    Check if the module works. If the following statement returns without a message, all is good!
    55 {{{
    56    cd src; python -c "import _asap"; cd ..
    57 }}}
    58    Install it to the default location:
    59 {{{
    60    make install
    61 }}}
    62  * [http://www.atnf.csiro.au/pub/software/asap/asap_data.tar.bz2 asap_data]
    63 {{{
    64    cd /usr/local/share/asap
    65    tar jxvf <download_directory>/asap_data.tar.bz2
    66 }}}
    67 Now you can test it by executing:
    68 {{{
    69 asap
    70 }}}
    71