mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +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
29 lines
676 B
Plaintext
29 lines
676 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'pscom'
|
|
version = '5.0.48-1'
|
|
|
|
homepage = 'http://www.par-tec.com'
|
|
description = "ParaStation is a robust and efficient cluster middleware, consisting of a high-performance communication layer (MPI) and a sophisticated management layer."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ['%(version)s.zip']
|
|
source_urls = ['https://github.com/ParaStation/%(name)s/archive/']
|
|
|
|
builddependencies = [
|
|
('popt', '1.16'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/%(name)s.h',
|
|
('lib/libpscom.so',
|
|
'lib64/libpscom.so'),
|
|
('lib/libpscom4mxm.so',
|
|
'lib64/libpscom4mxm.so')],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|