Opened 10 years ago
Closed 9 years ago
#978 closed task (fixed)
ISL 0.15 Version Upgrade
Reported by: | Martin Ward | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 3.1.0 |
Component: | BOOK | Version: | CLFS Standard GIT |
Keywords: | Cc: | berzerkula@…, jonathan@…, chris@… |
Description (last modified by )
Details located at:
Download:
Change History (11)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
http://isl.gforge.inria.fr/isl-0.13.tar.xz
We'll need to make sure CLooG and GCC have the required support available to build with ISL 0.13 (blackaddr mentioned this)
version: 0.13 date: Mon Apr 14 11:08:45 CEST 2014 changes:
- deprecate isl_int
- improved support for multi piecewise quasi-affine expressions
- allow the user to impose a bound on the number of low-level operations
- add isl_id_to_ast_expr and isl_id_to_pw_aff
- add isl_schedule_constraints
- hide internal structure of isl_vec
- remove support for piplib
comment:3 by , 10 years ago
Milestone: | → CLFS Standard 3.1.0 |
---|---|
Version: | → CLFS Standard GIT |
comment:4 by , 10 years ago
Summary: | isl-0.13 → ISL 0.13 Version Upgrade |
---|
comment:5 by , 10 years ago
Summary: | ISL 0.13 Version Upgrade → ISL 0.14 Version Upgrade |
---|
comment:6 by , 10 years ago
Download http://isl.gforge.inria.fr/isl-0.14.tar.xz
Changes for ISL 0.14:
- support IMath as an optional replacement for GMP
- minor AST generator improvements
comment:7 by , 10 years ago
https://groups.google.com/forum/#!topic/isl-announce/KR1FZdvZmhc
Changes for ISL 0.14.1:
fix bug in affine expression normalization fix handling of conditional validity constraints
GCC 4.9.2 with branch update patch does not need an ISL patch and needs --disable-isl-version check GCC 5.1 will most likely not need --disable-isl-version check.
New version of CLooG for 4.9.2 may not need a patch.
comment:8 by , 10 years ago
Summary: | ISL 0.14 Version Upgrade → ISL 0.14.1 Version Upgrade |
---|
comment:9 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | ISL 0.14.1 Version Upgrade → ISL 0.15 Version Upgrade |
comment:10 by , 9 years ago
We are moving to GCC 5.2.0. All GCC 5.2.0 needs is a patch for ISL 0.15. The patch is at GCC 5.2
Apply the patch with GCC 5.2.0 and there will be no issues.
comment:11 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit d24f06a6c431cd0f4cd5d5cac48f1cd370a7a6d2
Also add "--disable-isl-version-check" to GCC configure (probably already mentioned on the mailing lists, but it should be here as well).