19 lines · plain
1The libraries in this directory are mirrored from external projects.2 3Patches to them should first be contributed upstream and then return to Polly4as normal (re)imports of these updated libraries.5 6We currently have the following external libraries.7 8# isl9License: MIT-STYLE10Details: isl/LICENSE11 12# imath13License: MIT-STYLE14Details: isl/imath/LICENSE15 16To update these libraries run 'autoreconf -i && ./configure && make dist' in17the isl git directory and move the resulting files into lib/External/isl.18Alternatively, run the update-isl.sh script.19