YAXT-0.9.0-iimpi-2021.03.eb 714 B

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