Version 5 (modified by 19 years ago) ( diff ) | ,
---|
Installing ASAP on Fedora
The supplied asap binary for does not work on Fedora Core 3 (and is unlikely to run on other flavors of Fedora). A Fedora binary version is being worked on.
When this is available you will need to install matplotlib from source (http://sourceforge.net/projects/matplotlib) and have the following packages installed:
- cfitsio
- blas
- lapack
- python
- boost
- tkinter
- libf2c
The following packages are needed from the "dag" repository
- python-numarray
- ipython
From source
- rpfits-2.9
tar zxvf rpfits-2.9.tar.gz; cd rpfits/linux make cp librpfits.a /usr/local/lib/ cp ../code/{RPFITS.h,rpfits.inc} /usr/local/include
- casa_asap
tar jxvf casa_asap.tar.bz2; cd casa_asap sh build.sh
Note:
See TracWiki
for help on using the wiki.