libwebp-0.6.0-intel-2018.eb 809 B

123456789101112131415161718192021222324252627
  1. easyblock = 'ConfigureMake'
  2. name = 'libwebp'
  3. version = '0.6.0'
  4. homepage = 'http://www.linuxfromscratch.org/blfs/view/svn/general/libwebp.html'
  5. description = """The libwebp package contains a library and support programs to encode and decode images in WebP format."""
  6. toolchain = {'name': 'intel', 'version': '2018'}
  7. sources = [SOURCELOWER_TAR_GZ]
  8. source_urls = ['http://downloads.webmproject.org/releases/webp/']
  9. dependencies = [
  10. ('libpng', '1.6.32'),
  11. ('LibTIFF', '4.0.7'),
  12. ('libjpeg-turbo', '1.5.1'),
  13. ]
  14. configopts = '--enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder --enable-libwebpextras --enable-swap-16bit-csp'
  15. #sanity_check_paths = {
  16. # 'files': ['lib/libdf.a', 'lib/libhdf4.settings', 'lib/libmfhdf.a'],
  17. # 'dirs': ['bin', 'include/hdf'],
  18. #}
  19. moduleclass = 'lib'