Changes between Version 2 and Version 3 of ASAPSuSEInstall
- Timestamp:
- 05/07/10 09:21:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSuSEInstall
v2 v3 1 = Installing ASAP on OpenSuSE (11. 1) =1 = Installing ASAP on OpenSuSE (11.2 x86_64) = 2 2 3 3 … … 7 7 8 8 {{{ 9 zypper install libstdc++43 libgfortran43 libcfitsio0 libboost_python1_36_0 liblapack3 libblas3 IPython 9 zypper install libboost_python.so.1.39.0 libgfortran44 libstdc++44 libblas3 libcfitsio0 liblapack3 10 python-numpy tk tcl python-tk IPython 10 11 }}} 12 You will also need to get rpms for matplolib. I have created a package 13 [ftp://ftp.atnf.csiro.au/pub/software/asap/matplotlib/opensuse-11.2/matplotlib-0.99.1.1_r0-py2.6-linux-x86_64.egg here] 11 14 12 You will also need to get rpms for {{{matplotlib and numpy}}} 15 Install it via 16 {{{ 17 rpm -i matplotlib-0.99.1.1_r0-py2.6-linux-x86_64.egg 18 }}} 13 19 14 20 == Installation == 15 21 16 17 22 {{{ 18 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap- 2.3.1-opensuse11.1.tar.bz219 tar jxf asap- 2.3.1-opensuse11.1.tar.bz220 cd asap- 2.3.1-opensuse11.123 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-3.0.0-opensuse-11.2-x86_64.tar.bz2 24 tar jxf asap-3.0.0-opensuse-11.2-x86_64.tar.bz2 25 cd asap-3.0.0-opensuse-11.2-x86_64 21 26 sudo ./install 27 #run asap as user once 28 # exit with <Ctrl-D> 29 asap 22 30 sudo asap_update_data 23 31 }}}