Skip to content

Commit

Permalink
Merge pull request conda-archive#501 from salford-systems/dependency_…
Browse files Browse the repository at this point in the history
…fix-gcc-4.8-isl

gcc-4.8: require isl >=0.10,<=0.14
  • Loading branch information
ccordoba12 committed Dec 8, 2015
2 parents 5cdcf83 + 447b5ee commit 796e6b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gcc-4.8/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ source:

build:
detect_binary_files_with_prefix: true # [not linux32]
number: 3
number: 4

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
- 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.2
- mpfr >=2.4.0
- mpc >=0.8.0
- isl
- gmp >=4.3.2
- mpfr >=2.4.2
- mpc >=0.8.1
- isl >=0.10,<=0.14
- cloog 0.18.0

test:
Expand Down

0 comments on commit 796e6b8

Please sign in to comment.