Changes between Version 34 and Version 35 of ASAPSourceInstall
- Timestamp:
- 03/13/09 11:26:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSourceInstall
v34 v35 1 1 = Installing ASAP and dependencies from source = 2 2 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.'''3 Note: '''For asap-2.2.3 you will need scons-1.2 or later ''' 4 4 5 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) … … 17 17 {{{ 18 18 tar zxvf wcslib.tar.gz; cd wcslib 19 touch C/*.l20 19 make install 21 20 }}} 22 21 23 22 * '''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]) 25 24 {{{ 26 tar jxvf casacore-0. 1.1.tar.bz2; cd casacore-0.1.127 python setup.py libtype=staticprefix=/usr/local install25 tar jxvf casacore-0.4.1.tar.bz2; cd casacore-0.4.1 26 ./batchbuild.py prefix=/usr/local install 28 27 }}} 29 28 Patience... … … 32 31 (You need to have subversion installed) 33 32 {{{ 34 svn co http://svn.atnf.csiro.au/asap/tags/asap2. 2.035 cd asap2. 2.033 svn co http://svn.atnf.csiro.au/asap/tags/asap2.3.0 34 cd asap2.3.0 36 35 }}} 37 36 38 37 You need to have the scons package installed (see o/s specific notes) 39 38 {{{ 40 scons mode=releasecasacoreroot=/usr/local39 scons casacoreroot=/usr/local 41 40 }}} 42 41 … … 76 75 <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 77 76 {{{ 78 scons mode=releasecasacoreroot=/usr/local makedist=<identifier>77 scons casacoreroot=/usr/local makedist=<identifier> 79 78 }}} 80 79 Then email the resulting tarball in the dist subdirectory to mailto:Malte.Marquarding@csiro.au