YAXT-0.6.2-iimpi-2020a.eb 656 B

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