Changes between Version 13 and Version 14 of ASAPUbuntuInstall
- Timestamp:
- 03/18/09 14:37:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPUbuntuInstall
v13 v14 1 = Installing ASAP on Ubuntu ( dapper) =1 = Installing ASAP on Ubuntu (8.10) = 2 2 3 4 {{{5 6 }}}7 3 8 4 == ASAP package requirements == … … 10 6 Before the asap binary can be installed you must have the following packages installed 11 7 12 libg2c013 libgcc114 python2.415 ipython16 refblas317 libstdc++618 libboost-python1.33.119 libc6-i68620 libcfitsio221 lapack322 python-numarray23 python-numarray-ext24 python-setuptools25 python-tk26 python-gtk227 28 The version of Matplotlib in ubuntu is outdated. You can use a more recent version by installing it from a python egg.29 ftp://ftp.atnf.csiro.au/pub/software/asap/matplotlib/matplotlib-0.87.3-py2.4-linux-i686.egg30 31 8 {{{ 32 sudo easy_install matplotlib-0.87.3-py2.4-linux-i686.egg9 sudo apt-get install libstdc++6 libboost-python1.34.1 libgfortran3 libblas3gf liblapack3gf libcfitsio3 python-tk python-matplotlib python-matplotlib-data ipython 33 10 }}} 34 35 11 36 12 == Installation == 37 13 38 Get ftp://ftp.atnf.csiro.au/pub/software/asap/2.2/asap-2.2.0-ubuntu-dapper.tar.bz239 14 40 15 {{{ 41 tar jxf asap-2.2.0-ubuntu-dapper.tar.bz2 42 cd asap-2.2.0-ubuntu-dapper 16 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-2.3.0-ubuntu-8.10.tar.bz2 17 tar jxf asap-2.3.0-ubuntu-8.10.tar.bz2 18 cd asap-2.3.0-ubuntu-8.10 43 19 sudo ./install 44 20 sudo asap_update_data 45 21 }}} 46 22 47 == Source Installation Package Requirements ==48 49 If you plan on compiling ASAP from source you will also need the following packages installed50 51 === CASA ===52 53 g++ make bison flex libcfitsio-dev54 55 === ASAP ===56 57 scons58 libboost-dev59 libboost-python-dev60 lapack3-dev