YAXT-0.5.1-intel-2016a.eb 633 B

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