Changes between Version 34 and Version 35 of ASAPSourceInstall


Ignore:
Timestamp:
03/13/09 11:26:45 (15 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v34 v35  
    11= Installing ASAP and dependencies from source =
    22
    3 Note: '''For asap-2.2.0 you will need scons-0.97 not any later. If you want to use a later version you need to apply [attachment:installfunc.patch this patch] first.'''
     3Note: '''For asap-2.2.3 you will need scons-1.2 or later '''
    44
    55 * You need '''scons, flex, bison, g++, g77/gfortran, cfitsio, boost, python''' to build ASAP. These should be available as system packages (e.g. rpm, deb etc.). You will also need the corresponding development packages (e.g. xyz-dev.deb or xyz-devel.rpm)
     
    1717{{{
    1818   tar zxvf wcslib.tar.gz; cd wcslib
    19    touch C/*.l
    2019   make install
    2120}}}
    2221
    2322 * '''casacore''' (aips++)
    24   Download [http://casacore.googlecode.com/files/casacore-0.1.1.tar.bz2 casacore-0.1.1])
     23  Download [http://casacore.googlecode.com/files/casacore-0.4.1.tar.bz2 casacore-0.4.1])
    2524{{{
    26    tar jxvf casacore-0.1.1.tar.bz2; cd casacore-0.1.1
    27    python setup.py libtype=static prefix=/usr/local install
     25   tar jxvf casacore-0.4.1.tar.bz2; cd casacore-0.4.1
     26   ./batchbuild.py prefix=/usr/local install
    2827}}}
    2928  Patience...
     
    3231  (You need to have subversion installed)
    3332{{{
    34    svn co http://svn.atnf.csiro.au/asap/tags/asap2.2.0
    35    cd asap2.2.0
     33   svn co http://svn.atnf.csiro.au/asap/tags/asap2.3.0
     34   cd asap2.3.0
    3635}}}
    3736
    3837  You need to have the scons package installed (see o/s specific notes)
    3938{{{
    40    scons mode=release casacoreroot=/usr/local
     39   scons casacoreroot=/usr/local
    4140}}}
    4241
     
    7675<identifier> with something identifying your platform, e.g. '''fc5''' for fedora core 5, or '''fc5_x86_64''' for the 64bit version of fc5 and run the following
    7776{{{
    78 scons mode=release casacoreroot=/usr/local makedist=<identifier>
     77scons casacoreroot=/usr/local makedist=<identifier>
    7978}}}
    8079Then email the resulting tarball in the dist subdirectory to mailto:Malte.Marquarding@csiro.au