JasPer-1.900.1-GCCcore-11.3.0.eb 599 B

123456789101112131415161718192021
  1. easyblock = 'ConfigureMake'
  2. name = 'JasPer'
  3. version = '1.900.1'
  4. homepage = 'http://www.ece.uvic.ca/~frodo/jasper/'
  5. description = """The JasPer Project is an open-source initiative to provide a free
  6. software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard."""
  7. toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
  8. toolchainopts = {'pic': True}
  9. sources = [SOURCELOWER_ZIP]
  10. source_urls = ['http://www.ece.uvic.ca/~frodo/jasper/software/']
  11. sanity_check_paths = {
  12. 'files': ["bin/jasper", "lib/libjasper.a"],
  13. 'dirs': ["include"],
  14. }
  15. moduleclass = 'vis'