Changes between Version 40 and Version 41 of ASAPFedoraInstall
- Timestamp:
- 10/05/11 12:06:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPFedoraInstall
v40 v41 9 9 For standard fedora core 14 (64bit) as an example 10 10 {{{ 11 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/fedora/FC14/x86_64/asap- 3.1.0-py2.7.egg11 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/fedora/FC14/x86_64/asap-4.0.0-py2.7.egg 12 12 }}} 13 13 14 14 Become root user 15 15 {{{ 16 easy_install asap- 3.1.0-py2.7.egg16 easy_install asap-4.0.0-py2.7.egg 17 17 }}} 18 18 … … 80 80 81 81 {{{ 82 wget http://casacore.googlecode.com/files/casacore-1. 0.1.tar.bz283 tar jxf casacore-1. 0.1.tar.bz284 cd casacore-1. 0.182 wget http://casacore.googlecode.com/files/casacore-1.3.0.tar.bz2 83 tar jxf casacore-1.3.0.tar.bz2 84 cd casacore-1.3.0 85 85 scons --cfitsio-incdir=/usr/include/cfitsio 86 86 su … … 93 93 94 94 {{{ 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 95 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-4.0.0-src.tar.bz2 96 tar zxf asap-4.0.0-src.tar.bz2 97 cd asap-4.0.0 98 scons lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio makedist=egg 99 cd asap-4.0.0 99 100 su # 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 101 python setup.py install 103 102 exit 104 103 }}} 105 104 106 To help out other users please also create a binary package and replace the version fc12 in the following with your version:105 To help out other users please also create a binary package: 107 106 {{{ 108 scons makedist=fedora-12 lapacklibdir=/usr/lib/atlas cfitsioincdir=/usr/include/cfitsio 107 python setup.py bdist_egg 108 ls dist/* 109 109 }}} 110 110 Then send a notification to mailto:malte.marquarding@csiro.au so I can add it to the ftp area.