easyblock = 'ConfigureMake' name = 'YAXT' version = '0.9.1' homepage = 'https://www.dkrz.de/redmine/projects/yaxt' description = "Yet Another eXchange Tool" toolchain = {'name': 'gompi', 'version': '2021b'} toolchainopts = {'usempi': True} source_urls = ['https://www.dkrz.de/redmine/attachments/download/506/'] sources = [SOURCELOWER_TAR_GZ] checksums = ['c87ec59e29b3e4965ce2f8e614bd7f1597012b89af0fda4242f2eef06460794c'] configopts = 'FC="$F90" FCFLAGS="$F90FLAGS -cpp"' sanity_check_paths = { 'files': ['include/yaxt.h', 'include/yaxt.mod', 'lib/libyaxt.a', 'lib/libyaxt.%s' % SHLIB_EXT], 'dirs': ['include/xt'], } moduleclass = 'tools'