easyconfigs-it4i/i/ICU/ICU-61.1.eb
Lukáš Krupčík 6b855a14cc new file: c/CMake/CMake-3.14.1.eb
new file:   g/GSL/GSL-2.5-intel-2017a.eb
	new file:   i/ICU/ICU-61.1.eb
	new file:   l/libMesh/libMesh-1.3.0-intel-2017a.eb
	new file:   l/libjpeg-turbo/libjpeg-turbo-2.0.2.eb
	new file:   l/libreadline/libreadline-8.0.eb
	modified:   l/libsndfile/libsndfile-1.0.28.eb
	new file:   o/OpenCV/OpenCV-3.4.6-intel-2017c.eb
	modified:   o/OpenFOAM/OpenFOAM-4.1-intel-2017a.eb
	new file:   p/PROJ/PROJ-5.0.0-intel-2017a.eb
	new file:   p/Python/Python-3.7.3-GCCcore-6.3.0.eb
	new file:   q/Qualimap/Qualimap-2.2.1.eb
	new file:   r/R/R-3.5.3-intel-2017a.eb
	new file:   r/R/R-3.5.3-intel-2017a.old
	new file:   s/SQLite/SQLite-3.27.2.eb
	new file:   u/UDUNITS/UDUNITS-2.2.26-intel-2017a.eb
	new file:   x/XZ/XZ-5.2.4.eb
	deleted:    l/libjpeg-turbo/libjpeg-turbo-2.0.0-GCC-6.3.0-2.27.eb
2019-04-12 07:49:50 +02:00

29 lines
857 B
Plaintext

# IT4Innovations
easyblock = 'ConfigureMake'
name = 'ICU'
version = '61.1'
homepage = 'http://site.icu-project.org/home'
description = """ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization
support for software applications."""
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['http://download.icu-project.org/files/icu4c/%(version)s']
sources = ['icu4c-%(version_major)s_%(version_minor)s-src.tgz']
checksums = ['d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef']
builddependencies = [('binutils', '2.31.1')]
start_dir = 'source'
sanity_check_paths = {
'files': ['lib/libicu%s.%s' % (x, SHLIB_EXT) for x in ['data', 'i18n', 'io', 'test', 'tu', 'uc']],
'dirs': ['bin', 'include/unicode', 'share/icu', 'share/man'],
}
moduleclass = 'lib'