Changes between Version 40 and Version 41 of ASAPFedoraInstall


Ignore:
Timestamp:
10/05/11 12:06:17 (13 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPFedoraInstall

    v40 v41  
    99For standard fedora core 14 (64bit) as an example
    1010{{{
    11 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/fedora/FC14/x86_64/asap-3.1.0-py2.7.egg
     11wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/fedora/FC14/x86_64/asap-4.0.0-py2.7.egg
    1212}}}
    1313
    1414Become root user
    1515{{{
    16 easy_install asap-3.1.0-py2.7.egg
     16easy_install asap-4.0.0-py2.7.egg
    1717}}}
    1818
     
    8080
    8181{{{
    82 wget http://casacore.googlecode.com/files/casacore-1.0.1.tar.bz2
    83 tar jxf casacore-1.0.1.tar.bz2
    84 cd casacore-1.0.1
     82wget http://casacore.googlecode.com/files/casacore-1.3.0.tar.bz2
     83tar jxf casacore-1.3.0.tar.bz2
     84cd casacore-1.3.0
    8585scons --cfitsio-incdir=/usr/include/cfitsio
    8686su
     
    9393
    9494{{{
    95 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-3.0.1-src.tar.bz2
    96 tar zxf asap-3.0.1-src.tar.bz2
    97 cd asap-3.0.1
    98 scons lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio
     95wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-4.0.0-src.tar.bz2
     96tar zxf asap-4.0.0-src.tar.bz2
     97cd asap-4.0.0
     98scons lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio makedist=egg
     99cd asap-4.0.0
    99100su # or sudo
    100 scons lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio prefix=/usr/local moduledir=/usr/local/lib/python2.6/site-packages install
    101 #or 64bit
    102 #scons lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio prefix=/usr/local moduledir=/usr/local/lib64/python2.6/site-packages install
     101python setup.py install
    103102exit
    104103}}}
    105104
    106 To help out other users please also create a binary package and replace the version fc12 in the following with your version:
     105To help out other users please also create a binary package:
    107106{{{
    108 scons makedist=fedora-12 lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio
     107python setup.py bdist_egg
     108ls dist/*
    109109}}}
    110110Then send a notification to mailto:malte.marquarding@csiro.au so I can add it to the ftp area.