libiconv-1.16-GCCcore-10.2.0.eb 714 B

1234567891011121314151617181920212223
  1. easyblock = 'ConfigureMake'
  2. name = 'libiconv'
  3. version = '1.16'
  4. homepage = 'https://www.gnu.org/software/libiconv'
  5. description = "Libiconv converts from one character encoding to another through Unicode conversion"
  6. toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
  7. source_urls = [GNU_SOURCE]
  8. sources = [SOURCE_TAR_GZ]
  9. checksums = ['e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04']
  10. builddependencies = [('binutils', '2.35')]
  11. sanity_check_paths = {
  12. 'files': ['bin/iconv', 'include/iconv.h', 'include/libcharset.h', 'include/localcharset.h',
  13. 'lib/libcharset.a', 'lib/libcharset.%s' % SHLIB_EXT, 'lib/libiconv.%s' % SHLIB_EXT],
  14. 'dirs': ['share'],
  15. }
  16. moduleclass = 'lib'