1234567891011121314151617181920212223 |
- easyblock = 'ConfigureMake'
- name = 'YAXT'
- version = '0.6.2'
- homepage = 'https://www.dkrz.de/redmine/projects/yaxt'
- description = "Yet Another eXchange Tool"
- toolchain = {'name': 'iimpi', 'version': '2020a'}
- toolchainopts = {'usempi': True}
- source_urls = ['https://www.dkrz.de/redmine/attachments/download/492/']
- sources = [SOURCELOWER_TAR_GZ]
- checksums = ['7fc9b3e5dd2e0d3d5846f389a01c935aa40528eb09d82162b76c061b496a3c5b']
- 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'
|