SCOTCH-5.1.12b_esmumps-foss-2019a.eb 556 B

123456789101112131415161718
  1. name = 'SCOTCH'
  2. version = '5.1.12b_esmumps'
  3. homepage = 'http://gforge.inria.fr/projects/scotch/'
  4. description = """Software package and libraries for sequential and parallel graph partitioning,
  5. static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning."""
  6. toolchain = {'name': 'foss', 'version': '2019a'}
  7. toolchainopts = {'pic': True}
  8. source_urls = ['https://gforge.inria.fr/frs/download.php/28978/']
  9. sources = ['%(namelower)s_%(version)s.tar.gz']
  10. dependencies = [
  11. ('zlib', '1.2.11'),
  12. ]
  13. moduleclass = 'math'