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-10-31 08:25] – Lars Bahren | public:user_software:test_platforms [2011-11-21 15:24] (current) – removed Lars Bahren | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== User Software :: Test platforms ====== | ||
- | |||
- | ==== 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 | ||
- | </ | ||
- | |||
- | ==== Open SuSE 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 | ||