Changes between Version 36 and Version 37 of ASAPSourceInstall


Ignore:
Timestamp:
03/18/09 12:14:50 (15 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v36 v37  
    77
    88=== Install scons-1.2 ===
    9 
    109{{{
    11 wget http://prdownloads.sourceforge.net/scons/scons-1.2.0-1.noarch.rpm
     10wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz
     11tar zxf scons-1.2.0.tar.gz
     12cd scons-1.2.0
    1213su
    13 rpm -i scons-1.2.0-1.noarch.rpm
     14python setup.py install --prefix=/usr/local
    1415exit
     16cd -
    1517}}}
    16 
    1718
    1819=== Install rpfits ===
     
    5152tar jxf casacore-0.4.1.tar.bz2
    5253cd casacore-0.4.1
    53 ./batchbuild.py blaslibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio
     54./batchbuild.py
    5455su
    5556./batchbuild.py install prefix=/usr/local
     
    6465tar zxf asap2.3.0-src.tar.bz2
    6566cd asap2.3.0
    66 scons lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio
    67 su
    68 scons lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio install
    69 exit
     67scons
    7068}}}
    7169
    72 To help out other users please also create a binary package and replace the version fc9 in the following with your version:
    73 {{{
    74 scons makedist=fc9 lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio
    75 }}}
    76 Then send a notification to mailto:malte.marquarding@csiro.au so I can add it to the ftp area.
    77 
    78 
    79   Now it's probably best to get the asap data repository.
     70Now it's probably best to get the asap data repository.
    8071{{{
    8172   export ASAPDATA=.
     
    8475}}}
    8576
    86   Install it to the default location:
     77Install it to the default location:
    8778{{{
    8879   su
     
    9081}}}
    9182
    92  * ASAP Data
    93 {{{
    94    su
    95    asap_update_data
    96 }}}
    9783
    9884Now you can test it by executing:
     
    10187}}}
    10288
    103 This will install the asap startup script in $PREFIX/bin and the python code on $ASAPPY/asap. To run you private version of asap you will need to set the PYTHONPATH environment variable to $ASAPPY/asap. To simplify your life it is recommended you edit $PREFIX/asap and add the lines (changed appropriately) near the beginning of the script:
    104 {{{
    105   PYTHONPATH='/home/me/python'
    106   export PYTHONPATH
    107 }}}
     89
    10890
    10991== Binary release ==