Skip to content

Commit

Permalink
Update PLATFORMS with inforation about Ubuntu10.04 with clang1.1. Som…
Browse files Browse the repository at this point in the history
…e of these older records need to be updated/deleted as well. In the future I will probably only discuss recent LTS versions of Ubuntu and the current development version I am using, unless I find a testing champion for other systems.
  • Loading branch information
Whiteknight committed Aug 23, 2010
1 parent 1277e1c commit c3fe221
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions PLATFORMS
@@ -1,6 +1,16 @@
Status information about which Platforms Parrot-Linear-Algebra is supported, including
incantations needed to install it.

Ubuntu 10.04: Supported
+ Parrot: 2.7.0
+ BLAS:
+ Atlas
sudo apt-get install libatlas3-base
sudo apt-get install libatlas-base-dev
+ C Compilers:
+ Clang 1.1
sudo apt-get install clang

Ubuntu 9.04: Supported
+ Parrot: 1.8.0
+ BLAS: Atlas
Expand All @@ -13,13 +23,15 @@ Ubuntu 9.10: Supported
+ BLAS: Atlas
sudo apt-get install libatlas3-base
sudo apt-get install libatlas-base-dev
+ C Compilers: gcc-4.4.1
+ C Compilers:
+ GCC 4.4.1

Fedora 12: Supported
+ Parrot: 1.8.0
+ BLAS: Atlas
sudo yum install atlas-devel
+ C Compilers: gcc-4.4.2
+ C Compilers:
+ GCC 4.4.2

OpenSolaris 2009.06: Not Supported
+ BLAS: None Provided
Expand Down

0 comments on commit c3fe221

Please sign in to comment.