YAXT-0.6.0-foss-2018b.eb 574 B

12345678910111213141516171819202122
  1. easyblock = 'ConfigureMake'
  2. name = 'YAXT'
  3. version = '0.6.0'
  4. homepage = 'https://www.dkrz.de/redmine/projects/yaxt'
  5. description = "Yet Another eXchange Tool"
  6. toolchain = {'name': 'foss', 'version': '2018b'}
  7. toolchainopts = {'usempi': True}
  8. sources = [SOURCELOWER_TAR_GZ]
  9. source_urls = ['https://www.dkrz.de/redmine/attachments/download/488/']
  10. configopts = 'FC="$F90" FCFLAGS="$F90FLAGS -cpp"'
  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. moduleclass = 'tools'