README.txt 550 B

123456789101112131415161718
  1. The libraries in this directory are mirrored from external projects.
  2. Patches to them should first be contributed upstream and then return to Polly
  3. as normal (re)imports of these updated libraries.
  4. We currently have the following external libraries.
  5. # isl
  6. License: MIT-STYLE
  7. Details: isl/LICENSE
  8. # imath
  9. License: MIT-STYLE
  10. Details: isl/imath/LICENSE
  11. To update these libraries run 'autoreconf -i && ./configure && make dist' in
  12. the isl git directory and move the resulting files into lib/External/isl.
  13. Alternatively, run the update-isl.sh script.