easyconfigs-it4i/p/PSBLAS/PSBLAS-ext-1.0-4.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

28 lines
610 B
Plaintext

easyblock = 'ConfigureMake'
name = 'PSBLAS-ext'
version = '1.0-4'
homepage = 'http://people.uniroma2.it/salvatore.filippone/psblas/'
description = """PSBLAS - Extended formats and NVIDIA GPU support """
toolchain = {'name': 'GCC', 'version': '4.9.3-2.25'}
toolchainopts = {'pic': True}
dependencies = [
('PSBLAS', '3.3.4-3'),
('CUDA', '7.5.18', '', ('dummy', 'dummy'))
]
source_urls = ['http://people.uniroma2.it/salvatore.filippone/psblas/']
sources = [SOURCELOWER_TGZ]
configopts = '--with-psblas=$EBROOTPSBLAS'
sanity_check_paths = {
'files': [],
'dirs': ['lib'],
}
moduleclass = 'math'