1234567891011121314151617181920212223 |
- easyblock = 'ConfigureMake'
- name = 'YAXT'
- version = '0.9.2'
- 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/513/']
- sources = [SOURCELOWER_TAR_GZ]
- checksums = ['b6714e42483486d76db146732bac74bc500096c15c9efa411ece3e00172fc360']
- 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'
|