easyconfigs-it4i/l/libICU/libICU-59.1.eb
Easy Build 308398159f new file: a/ATLAS/ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb
new file:   g/glibc/glibc-2.14.eb
	new file:   l/libICU/libICU-59.1.eb
	new file:   l/libunwind/libunwind-1.2.eb
	new file:   s/Singularity/Singularity-2.3.eb
2017-06-02 09:54:59 +02:00

27 lines
708 B
Plaintext

easyblock = 'PackedBinary'
name = 'libICU'
version = '59_1'
homepage = 'http://maven.apache.org/index.html'
description = """Binary maven install, Apache Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a
central piece of information.
"""
toolchain = {'name': 'dummy', 'version': 'dummy'}
sources = ['icu4c-%(version)s-AIX7_2-VA2.tgz']
source_urls = ['http://download.icu-project.org/files/icu4c/59.1/']
postinstallcmds = [
'mv %(installdir)s/usr/local/* %(installdir)s/',
]
sanity_check_paths = {
'files': [],
'dirs': ['bin'],
}
moduleclass = 'devel'