ScaLAPACK-2.1.0-gompi-2020b.eb 760 B

1234567891011121314151617181920212223
  1. name = 'ScaLAPACK'
  2. version = '2.1.0'
  3. homepage = 'https://www.netlib.org/scalapack/'
  4. description = """The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines
  5. redesigned for distributed memory MIMD parallel computers."""
  6. toolchain = {'name': 'gompi', 'version': '2020b'}
  7. toolchainopts = {'pic': True}
  8. source_urls = [homepage]
  9. sources = [SOURCELOWER_TGZ]
  10. patches = ['ScaLAPACK-%(version)s_fix-GCC-10.patch']
  11. checksums = [
  12. '61d9216cf81d246944720cfce96255878a3f85dec13b9351f1fa0fd6768220a6', # scalapack-2.1.0.tgz
  13. 'bbb713c9fcabac802811c7f2c3a957c2d5d19dfd118ed1f6578c1436b82c7c43', # ScaLAPACK-2.1.0_fix-GCC-10.patch
  14. ]
  15. builddependencies = [('CMake', '3.18.4')]
  16. dependencies = [('OpenBLAS', '0.3.12')]
  17. moduleclass = 'numlib'