# JH 2020 easyblock = 'CMakeMake' name = 'JasPer' version = '2.0.14' homepage = 'http://www.ece.uvic.ca/~frodo/jasper/' description = """The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard.""" toolchain = {'name': 'GCCcore', 'version': '8.3.0'} toolchainopts = {'pic': True} sources = [SOURCELOWER_TAR_GZ] source_urls = ['http://www.ece.uvic.ca/~frodo/jasper/software/'] builddependencies = [ ('CMake', '3.16.2', '', True), ] separate_build_dir = True configopts = '-DJAS_ENABLE_DOC=OFF ' sanity_check_paths = { 'files': ['bin/jasper', ('lib/libjasper.%s' % SHLIB_EXT, 'lib64/libjasper.%s' % SHLIB_EXT)], 'dirs': ['include'], } moduleclass = 'vis'