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