Changes between Version 39 and Version 40 of ASAPSourceInstall
- Timestamp:
- 05/07/10 15:17:02 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSourceInstall
v39 v40 1 1 = Installing ASAP and dependencies from source = 2 2 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 6 5 * You will also need '''ipython, matplotlib, numpy''' to run ASAP 7 6 8 === Install scons-1.2 ===9 {{{10 wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz11 tar zxf scons-1.2.0.tar.gz12 cd scons-1.2.013 su14 python setup.py install --prefix=/usr/local15 exit16 cd -17 }}}18 7 19 8 === Install rpfits === … … 34 23 === Install wcslib === 35 24 {{{ 36 wget ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib.tar. gz25 wget ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib.tar.bz2 37 26 tar zxf wcslib.tar.bz2 38 cd wcslib-4.4 27 cd wcslib-4.4.4 39 28 ./configure 40 29 make … … 51 40 52 41 {{{ 53 wget http://casacore.googlecode.com/files/casacore- 0.4.1.tar.bz254 tar jxf casacore- 0.4.1.tar.bz255 cd casacore- 0.4.156 ./batchbuild.py 42 wget http://casacore.googlecode.com/files/casacore-1.0.1.tar.bz2 43 tar jxf casacore-1.0.1.tar.bz2 44 cd casacore-1.0.1 45 scons 57 46 su 58 ./batchbuild.py install prefix=/usr/local47 scons install 59 48 exit 60 49 cd - … … 64 53 65 54 {{{ 66 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap 2.3.1-src.tar.bz267 tar zxf asap 2.3.1-src.tar.bz268 cd asap 2.3.155 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-3.0.0-src.tar.bz2 56 tar zxf asap-3.0.0-src.tar.bz2 57 cd asap-3.0.0 69 58 scons 70 59 }}} … … 90 79 91 80 92 93 81 == Binary release == 94 82 95 83 To make a binary release to help out others with the same operating system, replace 96 <identifier> with something identifying your platform, e.g. '''f c5''' for fedora core 5, or '''fc5_x86_64''' for the 64bit version of fc5and run the following84 <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 97 85 {{{ 98 86 scons makedist=<identifier>