Subunit-0.0.21-GCCcore-10.2.0-Python-3.8.6.eb 860 B

123456789101112131415161718192021222324252627282930313233
  1. easyblock = 'ConfigureMake'
  2. name = 'Subunit'
  3. version = '0.0.21'
  4. versionsuffix = '-Python-%(pyver)s'
  5. homepage = 'https://gogs.elic.ucl.ac.be'
  6. description = """This repo provides additional extensions for ELIC ecosystem."""
  7. toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
  8. source_urls = ['ftp://ftp.unidata.ucar.edu/pub/udunits']
  9. sources = [SOURCELOWER_TAR_GZ]
  10. dependencies = [
  11. ('Python', '3.8.6'),
  12. ('Perl', '5.32.0'),
  13. ('Check', '0.15.2'),
  14. ('CppUnit', '1.15.1'),
  15. ]
  16. builddependencies = [
  17. ('pkg-config', '0.29.2'),
  18. ]
  19. #modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'}
  20. sanity_check_paths = {
  21. 'files': ['bin/subunit-ls', 'lib/libsubunit.so.0.0.0', 'lib/libsubunit.a', 'include/subunit/SubunitTestProgressListener.h'],
  22. 'dirs': ['lib/python%(pyshortver)s/site-packages/subunit'],
  23. }
  24. moduleclass = 'tools'