forked from conda-archive/conda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
37 lines (32 loc) · 762 Bytes
/
meta.yaml
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
package:
name: gcc
version: 4.8.5
source:
fn: gcc-4.8.5.tar.bz2
url: http://www.netgull.com/gcc/releases/gcc-4.8.5/gcc-4.8.5.tar.bz2
md5: 80d2c2982a3392bb0b89673ff136e223
build:
detect_binary_files_with_prefix: true # [not linux32]
number: 5
requirements:
build:
# These are taken from the output of the configure scripts
- gmp >=4.3.2
- mpfr >=2.4.2
- mpc >=0.8.1
- isl >=0.10,<=0.14
- cloog 0.18.0
# Do not make gcc a build dependency (you will need to add it to the PATH manually)
run:
- gmp >=4.3.2
- mpfr >=2.4.2
- mpc >=0.8.1
- isl >=0.10,<=0.14
- cloog 0.18.0
test:
commands:
- gcc --help
about:
home: http://gcc.gnu.org/
summary: The GNU Compiler Collection
license: GPL