Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Downgrade ppl
Browse files Browse the repository at this point in the history
gcc 4.7 only checks that the minor version is >=11, so 1.1 will not work.
  • Loading branch information
asmeurer committed Jul 21, 2014
1 parent 599d795 commit 158a4be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gcc-4.7/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ requirements:
- gmp >=4.2
- mpfr >=2.3.1
- mpc >=0.8.0
- ppl
- ppl >=0.11,<1
run:
- gmp >=4.2
- mpfr >=2.3.1
- mpc >=0.8.0
- ppl
- ppl >=0.11,<1

about:
home: http://gcc.gnu.org/
Expand Down
8 changes: 4 additions & 4 deletions ppl/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: ppl
version: 1.1
version: 0.12.1

source:
fn: ppl-1.1.tar.bz2
url: http://bugseng.com/products/ppl/download/ftp/releases/1.1/ppl-1.1.tar.bz2
md5: 98be3e1a272bd5337fbadabb0d3f3d20
fn: ppl-0.12.1.tar.bz2
url: http://bugseng.com/products/ppl/download/ftp/releases/0.12.1/ppl-0.12.1.tar.bz2
md5: 8da3ab9de18e669b7af8c4707817d468

requirements:
build:
Expand Down

0 comments on commit 158a4be

Please sign in to comment.