easyconfigs-it4i/p/PLUMED/PLUMED-2.1.3-foss-2015g.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

45 lines
1.3 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': '2015g'}
source_urls = [
'https://drive.google.com/file/d/0Bz_0by6-gq6BQWx5UEpkVURKNkk/view?usp=drive_web']
sources = [SOURCELOWER_TGZ]
#patches = ['PLUMED_configure_MPI.patch']
preconfigopts = "export CXX=mpic++ && "
configopts = 'CPPFLAGS="-I$EBROOTALMOST/include/almost -I$EBROOTOPENMPI/include" '
configopts += 'LDFLAGS="-L$EBROOTALMOST/lib -L$EBROOTSCALAPACK/lib -L$EBROOTOPENMPI/lib -L$EBROOTOPENBLAS/lib -ldl -lscalapack -lopenblas -lmpi -lrt" '
configopts += '--enable-mpi --enable-almost '
dependencies = [
('almost', '2.1.0'),
('libmatheval', '1.1.8')
]
sanity_check_paths = {
'files': ['bin/plumed'],
'dirs': []
}
skipsteps = ['test']
parallel = 1
moduleclass = 'bio'