wiki:ASAPFedoraInstall

Version 14 (modified by Chris Phillips, 18 years ago) (diff)

--

Installing ASAP on Fedora

A binary version of ASAP 2.0, compiled on Fedora Core 3 is available. This may work on newer versions of Fedora - please give feedback.

Alternatively you can install from source.

You will need to also install matplotlib from source (http://sourceforge.net/projects/matplotlib).

The following packages are required for a full source install (including matplotlib). Probably not all the devel packages are needed for the binary install.

  • blas
  • lapack
  • python
  • boost
  • libf2c
  • tk
  • tcl
  • tk-devel
  • tcl-devel
  • tkinter
  • gtk2-devel
  • gtk+-devel

  • pygtk2
  • glib-devel

  • pygtk2-devel
  • gnome-lib-devel
  • pygtk2-libglade
  • zlib
  • zlib-devel
  • libpng
  • libpng-devel
  • freetype
  • freetype-devel
  • freetype-utils

The following packages are needed from the "dag" repository

  • python-numarray
  • ipython

The following packages are needed from the "extras" repository

  • cfitsio

To access the dag repository create a file in /etc/yum.repos.d called dag.repo and put the following text in it.

[dag]
name=DAG
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
enabled=1
gpgcheck=0

To access the extras repository create a file in /etc/yum.repos.d called fedora-extras.repo and put the following text in it.

[extras]
name=Fedora Extras - $releasever - $basearch
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$b
asearch/
gpgcheck=1
gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fed
ora-Extras