Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:user_software:test_platforms [2011-11-01 17:42] – Lars Bahren | public:user_software:test_platforms [2011-11-21 15:24] (current) – removed Lars Bahren | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | ||
- | ====== User Software :: Test platforms ====== | ||
- | |||
- | __TOC:__ | ||
- | - [[#Debian GNU Linux 6.x]] | ||
- | - [[#Ubuntu Linux 10.04 LTS]] | ||
- | - [[#OpenSuSE 11.x]] | ||
- | - [[#Fedora 15]] | ||
- | |||
- | ==== Debian GNU Linux 6.x ==== | ||
- | |||
- | Most of the required external software packages can be installed via the package manager: | ||
- | |||
- | - Packages essential for software development <code bash> | ||
- | apt-get install build-essential gfortran git-svn cmake subversion flex bison | ||
- | apt-get install libblas-dev liblapack-dev libboost-all-dev | ||
- | </ | ||
- | - Scientific libraries <code bash> | ||
- | apt-get install libcfitsio3-dev | ||
- | </ | ||
- | |||
- | ==== Ubuntu Linux 10.04 LTS ==== | ||
- | |||
- | Most of the required external software packages can be installed via the package manager: | ||
- | |||
- | - Packages essential for software development <code bash> | ||
- | apt-get install build-essential gfortran git-svn cmake subversion flex bison | ||
- | apt-get install libblas-dev liblapack-dev libboost-all-dev | ||
- | </ | ||
- | - Scientific libraries <code bash> | ||
- | apt-get install libcfitsio3-dev | ||
- | </ | ||
- | |||
- | ==== OpenSuSE 11.x ==== | ||
- | |||
- | Most of the required external software packages can be installed via the package manager: | ||
- | |||
- | * cmake | ||
- | * git-svn | ||
- | * subversion | ||
- | * blas | ||
- | * libblas3 | ||
- | * lapack | ||
- | * liblapack3 | ||
- | * boost-devel | ||
- | * libcfitsio-devel | ||
- | * gcc-c++ | ||
- | * gcc-gfortran | ||
- | * flex | ||
- | * bison | ||
- | |||
- | ==== Fedora 15 ==== | ||
- | |||
- | <code bash> | ||
- | yum install cmake git-svn subversion | ||
- | yum install blas-devel lapack-devel boost-devel cfitsio-devel | ||
- | </ | ||
- | |||
- | |||
- | \\ | ||
- | ---- | ||
- | <- [[public: |