Changes between Version 39 and Version 40 of ASAPSourceInstall


Ignore:
Timestamp:
05/07/10 15:17:02 (14 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v39 v40  
    11= Installing ASAP and dependencies from source =
    22
    3 Note: '''For asap-2.2.3 you will need scons-1.2 or later '''
    4 
    5  * 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)
     3 * You need '''scons, flex, bison, g++, g77/gfortran, cfitsio, boost, python, lapack, blas''' 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)
     4 * You need wcslib and rpfits most likely from source
    65 * You will also need '''ipython, matplotlib, numpy''' to run ASAP
    76
    8 === Install scons-1.2 ===
    9 {{{
    10 wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz
    11 tar zxf scons-1.2.0.tar.gz
    12 cd scons-1.2.0
    13 su
    14 python setup.py install --prefix=/usr/local
    15 exit
    16 cd -
    17 }}}
    187
    198=== Install rpfits ===
     
    3423=== Install wcslib ===
    3524{{{
    36 wget ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib.tar.gz
     25wget ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib.tar.bz2
    3726tar zxf wcslib.tar.bz2
    38 cd wcslib-4.4
     27cd wcslib-4.4.4
    3928./configure
    4029make
     
    5140
    5241{{{
    53 wget http://casacore.googlecode.com/files/casacore-0.4.1.tar.bz2
    54 tar jxf casacore-0.4.1.tar.bz2
    55 cd casacore-0.4.1
    56 ./batchbuild.py
     42wget http://casacore.googlecode.com/files/casacore-1.0.1.tar.bz2
     43tar jxf casacore-1.0.1.tar.bz2
     44cd casacore-1.0.1
     45scons
    5746su
    58 ./batchbuild.py install prefix=/usr/local
     47scons install
    5948exit
    6049cd -
     
    6453
    6554{{{
    66 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap2.3.1-src.tar.bz2
    67 tar zxf asap2.3.1-src.tar.bz2
    68 cd asap2.3.1
     55wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-3.0.0-src.tar.bz2
     56tar zxf asap-3.0.0-src.tar.bz2
     57cd asap-3.0.0
    6958scons
    7059}}}
     
    9079
    9180
    92 
    9381== Binary release ==
    9482
    9583To make a binary release to help out others with the same operating system, replace
    96 <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
     84<identifier> with something identifying your platform, e.g. '''fedora-12''' for fedora 12, or '''fedora-12-x86_64''' for the 64bit version of fedora-12 and run the following
    9785{{{
    9886scons   makedist=<identifier>