OpenEV-1.8.0-foss-2018b.eb 840 B

1234567891011121314151617181920212223242526272829
  1. easyblock = 'ConfigureMake'
  2. name = 'OpenEV'
  3. version = '1.8.0'
  4. homepage = 'http://www.zlib.net/'
  5. description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is,
  6. not covered by any patents -- lossless data-compression library for use on virtually any
  7. computer hardware and operating system."""
  8. toolchain = {'name': 'foss', 'version': '2018b'}
  9. toolchainopts = {'pic': True}
  10. sources = ['openev-src-180.tar.gz']
  11. source_urls = [('https://sourceforge.net/projects/openev/files/OpenEV/%s' % version, 'download')]
  12. dependencies = [
  13. ('GDAL', '2.2.3', '-Python-2.7.15'),
  14. ('PyGTK', '2.24.0', '-Python-2.7.15'),
  15. ]
  16. preconfigopts = "cd openev && "
  17. sanity_check_paths = {
  18. 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT],
  19. 'dirs': [],
  20. }
  21. moduleclass = 'lib'