forked from Whiteknight/parrot-linear-algebra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PLATFORMS
38 lines (32 loc) · 915 Bytes
/
PLATFORMS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
sudo apt-get install libatlas3-base
sudo apt-get install libatlas-base-dev
+ C Compilers:
Ubuntu 9.10: Supported
+ Parrot: 1.8.0
+ BLAS: Atlas
sudo apt-get install libatlas3-base
sudo apt-get install libatlas-base-dev
+ 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
OpenSolaris 2009.06: Not Supported
+ BLAS: None Provided