12345678910111213141516171819202122 |
- easyblock = 'ConfigureMake'
- name = 'YAXT'
- version = '0.6.1'
- homepage = 'https://www.dkrz.de/redmine/projects/yaxt'
- description = "Yet Another eXchange Tool"
- toolchain = {'name': 'gompi', 'version': '2019a'}
- toolchainopts = {'usempi': True}
- sources = [SOURCELOWER_TAR_GZ]
- source_urls = ['https://www.dkrz.de/redmine/attachments/download/490/']
- 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'
|