Changes between Version 2 and Version 3 of Ticket #53662, comment 13


Ignore:
Timestamp:
Mar 8, 2017, 4:44:23 PM (8 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53662, comment 13

    v2 v3  
    33It's looking very likely that a copy of isl 0.14 in the gcc48 source directory, with the folder named `isl`, would allow it to be automatically found by the build script and gcc48 would build with that. It would have to be downloaded separately as a distfile, and decompressed into the gcc48 source directory, and the name changed to `isl`.
    44
    5 If we're going to do that, it might make sense to consider doing the same with cloog so it would build with a contained cloog, just for sanity's sake, and because it would not be too surprising that the macports system version of cloog becomes too new for gcc48 pretty soon too.
     5If we're going to do that, it might make sense to consider doing the same with cloog so it would build with a contained cloog, just for sanity's sake, and because it would not be too surprising that the macports system version of cloog becomes too new for gcc48 pretty soon too, and if we leave it with the system cloog, that will be linked against a different `isl` and it gets very confusing, I think.