Changes between Version 2 and Version 3 of ASAPSuSEInstall


Ignore:
Timestamp:
05/07/10 09:21:22 (14 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSuSEInstall

    v2 v3  
    1 = Installing ASAP on OpenSuSE (11.1) =
     1= Installing ASAP on OpenSuSE (11.2 x86_64) =
    22
    33
     
    77
    88{{{
    9 zypper install libstdc++43 libgfortran43 libcfitsio0 libboost_python1_36_0 liblapack3 libblas3 IPython
     9zypper install libboost_python.so.1.39.0 libgfortran44 libstdc++44 libblas3 libcfitsio0 liblapack3
     10 python-numpy tk tcl python-tk IPython
    1011}}}
     12You 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]
    1114
    12 You will also need to get rpms for {{{matplotlib and numpy}}}
     15Install it via
     16{{{
     17rpm -i matplotlib-0.99.1.1_r0-py2.6-linux-x86_64.egg
     18}}}
    1319
    1420== Installation ==
    1521
    16 
    1722{{{
    18    wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-2.3.1-opensuse11.1.tar.bz2
    19    tar jxf asap-2.3.1-opensuse11.1.tar.bz2
    20    cd asap-2.3.1-opensuse11.1
     23   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
    2126   sudo ./install
     27   #run asap as user once
     28   # exit with <Ctrl-D>
     29   asap
    2230   sudo asap_update_data
    2331}}}