# IT4Innovations # LK 2023 easyblock = 'ConfigureMake' name = 'QD' version = '2.3.17' local_gitcommit = 'a5dbb61' homepage = 'https://github.com/scibuilder/QD' description = "Quad Double computation package" toolchain = {'name': 'NVHPC', 'version': '23.5'} source_urls = ['https://github.com/scibuilder/QD/archive/'] sources = [{'download_filename': '%s.tar.gz' % local_gitcommit, 'filename': SOURCE_TAR_GZ}] checksums = ['1e5949b7d20434193d496c28070d8f2fb6406a7688a86080dfdac57fbe730624'] sanity_check_paths = { 'files': ['lib/lib%s.a' % x for x in ['qdmod', 'qd']], 'dirs': [] } moduleclass = 'math'