Changes between Version 14 and Version 15 of ASAPSourceInstall


Ignore:
Timestamp:
08/29/06 11:38:45 (18 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v14 v15  
    44  Download [http://www.atnf.csiro.au/pub/software/rpfits/rpfits.tar.gz rpfits]
    55{{{
    6    > tar zxvf rpfits.tar.gz; cd rpfits/linux
     6   tar zxvf rpfits.tar.gz; cd rpfits/linux
    77       (edit GNUMakefile and change RPFITSROOT if appropriate)
    8    > make install
     8   make install
    99}}}
    1010
     
    1212  Download [http://www.atnf.csiro.au/pub/software/asap/casa_asap.tar.bz2 casa_asap] (or [http://www.atnf.csiro.au/pub/software/asap/casa_asap2.1.tar.bz2 casa_asap2.1])
    1313{{{
    14    > tar jxvf casa_asap.tar.bz2; cd casa_asap
     14   tar jxvf casa_asap.tar.bz2; cd casa_asap
     15   sh configure.sh
    1516        (read README and decide if you need to edit linux/UNKNOWN_SITE/makedefs)
    16    > sh build.sh
     17   sh build.sh
    1718}}}
    1819
    1920  Depending on whether you use (t)csh
    2021{{{
    21    > source aipsinit.csh
     22   source aipsinit.csh
    2223}}}
    2324or bash
     
    3536
    3637{{{
    37    > scons
     38   scons
    3839}}}
    3940
     
    4142  the aipsinit script
    4243
    43   Check if the module works. If the following statement returns without a message, all is good!
    44 {{{
    45   > cd stage/asap; python -c "import _asap"; cd -
    46 }}}
    4744  Install it to the default location:
    4845{{{
     
    5552{{{
    5653   su
    57    cd /usr/lib/python2.3/site-packages/asap  # May be in a differen location on your machine
    58    tar jxvf <download_directory>/asap_data.tar.bz2
     54   asap_update_data
    5955}}}
    6056
     
    6359   asap
    6460}}}
    65