123456789101112131415161718192021 |
- easyblock = 'ConfigureMake'
- name = 'libiconv'
- version = '1.15'
- homepage = 'https://www.gnu.org/software/libiconv'
- description = "Libiconv converts from one character encoding to another through Unicode conversion"
- toolchain = {'name': 'intel', 'version': '2018'}
- toolchainopts = {'optarch': True}
- source_urls = [GNU_SOURCE]
- sources = [SOURCE_TAR_GZ]
- sanity_check_paths = {
- 'files': ['bin/iconv', 'include/iconv.h', 'include/libcharset.h', 'include/localcharset.h',
- 'lib/libcharset.a', 'lib/libcharset.%s' % SHLIB_EXT, 'lib/libiconv.%s' % SHLIB_EXT],
- 'dirs': ['share'],
- }
- moduleclass = 'lib'
|