Changes between Version 14 and Version 15 of ASAPSourceInstall
- Timestamp:
- 08/29/06 11:38:45 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSourceInstall
v14 v15 4 4 Download [http://www.atnf.csiro.au/pub/software/rpfits/rpfits.tar.gz rpfits] 5 5 {{{ 6 >tar zxvf rpfits.tar.gz; cd rpfits/linux6 tar zxvf rpfits.tar.gz; cd rpfits/linux 7 7 (edit GNUMakefile and change RPFITSROOT if appropriate) 8 >make install8 make install 9 9 }}} 10 10 … … 12 12 Download [http://www.atnf.csiro.au/pub/software/asap/casa_asap.tar.bz2 casa_asap] (or [http://www.atnf.csiro.au/pub/software/asap/casa_asap2.1.tar.bz2 casa_asap2.1]) 13 13 {{{ 14 > tar jxvf casa_asap.tar.bz2; cd casa_asap 14 tar jxvf casa_asap.tar.bz2; cd casa_asap 15 sh configure.sh 15 16 (read README and decide if you need to edit linux/UNKNOWN_SITE/makedefs) 16 >sh build.sh17 sh build.sh 17 18 }}} 18 19 19 20 Depending on whether you use (t)csh 20 21 {{{ 21 >source aipsinit.csh22 source aipsinit.csh 22 23 }}} 23 24 or bash … … 35 36 36 37 {{{ 37 >scons38 scons 38 39 }}} 39 40 … … 41 42 the aipsinit script 42 43 43 Check if the module works. If the following statement returns without a message, all is good!44 {{{45 > cd stage/asap; python -c "import _asap"; cd -46 }}}47 44 Install it to the default location: 48 45 {{{ … … 55 52 {{{ 56 53 su 57 cd /usr/lib/python2.3/site-packages/asap # May be in a differen location on your machine 58 tar jxvf <download_directory>/asap_data.tar.bz2 54 asap_update_data 59 55 }}} 60 56 … … 63 59 asap 64 60 }}} 65