YAXT-0.6.1-gompi-2019a.eb 575 B

12345678910111213141516171819202122
  1. easyblock = 'ConfigureMake'
  2. name = 'YAXT'
  3. version = '0.6.1'
  4. homepage = 'https://www.dkrz.de/redmine/projects/yaxt'
  5. description = "Yet Another eXchange Tool"
  6. toolchain = {'name': 'gompi', 'version': '2019a'}
  7. toolchainopts = {'usempi': True}
  8. sources = [SOURCELOWER_TAR_GZ]
  9. source_urls = ['https://www.dkrz.de/redmine/attachments/download/490/']
  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'