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

gcc-4.8: require isl >=0.10,<=0.14 #501

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why these changes in the run deps? Are they required by isl?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ccordoba12 How much sense does it make using older run dependencies than build dependencies?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, sorry. I didn't notice that. Merging then.

- isl >=0.10,<=0.14
- cloog 0.18.0

test:
Expand Down