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