mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: archive/g/GROMACS/GROMACS-5.1.2-foss-2016a-hybrid-single-CUDA-7.5-PLUMED-2.3b.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-CUDA-7.5-PLUMED-2.2.1.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-cuda.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2016a-hybrid-single-cuda.eb modified: archive/p/PLUMED/PLUMED-2.3.0-foss-2016a.eb modified: e/EasyBuild/EasyBuild-4.1.0.eb modified: g/GROMACS/GROMACS-5.1.4-foss-2017a-hybrid-single-PLUMED.eb modified: l/libmatheval/libmatheval-1.1.8-foss-2017a.eb new file: o/OVITO/OVITO-3.0.0.628.eb new file: o/OVITO/OVITO-3.0.0.794-basic.eb modified: o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-5.4.0-2.26.eb modified: o/OpenMPI/OpenMPI-2.0.1.eb modified: p/PSBLAS/PSBLAS-ext-1.0-4.eb modified: p/Py/Py-2.7.old.eb modified: p/pscom/pscom-5.0.48-1.eb modified: s/spGPU/spGPU-master.eb deleted: o/OVITO/OVITO-3.0.0.eb
28 lines
600 B
Plaintext
28 lines
600 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', '', True)
|
|
]
|
|
|
|
source_urls = ['http://people.uniroma2.it/salvatore.filippone/psblas/']
|
|
sources = [SOURCELOWER_TGZ]
|
|
|
|
configopts = '--with-psblas=$EBROOTPSBLAS'
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib'],
|
|
}
|
|
|
|
moduleclass = 'math'
|