ICU-59.1-intel-2017.02.eb 709 B

12345678910111213141516171819202122232425
  1. easyblock = 'ConfigureMake'
  2. name = 'ICU'
  3. version = '59.1'
  4. homepage = 'http://www.linuxfromscratch.org/blfs/view/svn/general/icu.html'
  5. description = """The International Components for Unicode (ICU) package is a mature, widely used set of C/C++ libraries providing Unicode and Globalization support
  6. for software applications. ICU is widely portable and gives applications the same results on all platforms. """
  7. toolchain = {'name': 'intel', 'version': '2017.02'}
  8. sources = ['icu4c-59_1-src.tgz']
  9. source_urls = ['http://download.icu-project.org/files/icu4c/59.1/']
  10. builddependencies = [
  11. ('Doxygen', '1.8.13'),
  12. ]
  13. dependencies = [
  14. ('LLVM', '4.0.0'),
  15. ]
  16. start_dir = 'source'
  17. moduleclass = 'lang'