easyconfigs-it4i/p/PLUMED/PLUMED-2.1.3-foss-2015b.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

36 lines
1.0 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'PLUMED'
version = '2.1.3'
homepage = 'http://www.plumed-code.org'
description = """PLUMED is an open source library for free energy calculations
in molecular systems which works together with some of the most popular molecular
dynamics engines. Free energy calculations can be performed as a function of many
order parameters with a particular focus on biological problems, using state of
the art methods such as metadynamics, umbrella sampling and Jarzynski-equation
based steered MD. The software, written in C++, can be easily interfaced with
both fortran and C/C++ codes.
"""
toolchain = {'name': 'foss', 'version': '2015b'}
source_urls = ['https://drive.google.com/file/d/0Bz_0by6-gq6BQWx5UEpkVURKNkk/view?usp=drive_web']
sources = [SOURCELOWER_TGZ]
patches = ['PLUMED_configure_MPI.patch']
configopts = '--enable-mpi'
dependencies = [
('almost', '2.1.0'),
('libmatheval', '1.1.8')
]
sanity_check_paths = {
'files': ['bin/plumed'],
'dirs': []
}
moduleclass = 'bio'