# IT4Innovations # LK easyblock = 'MakeCp' name = 'LAre3d' version = '20230726' homepage = 'https://github.com/Warwick-Plasma/Lare3d' description = "..." toolchain = {'name': 'intel', 'version': '2022b'} #source_urls = ['git clone && tar cvzf'] sources = ['LAre3d-%(version)s.tar.gz'] checksums = ['1865314b0ee853d658f6872078bbfdcd4c019925a1499689ed5463f42f7f3f18'] buildopts = 'COMPILER=intel' files_to_copy = [ (['bin/lare3d'], 'bin'), ] sanity_check_paths = { 'files': ['bin/lare3d'], 'dirs': [], } moduleclass = 'tools'