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