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