# IT4Innovations 2010 # LK name = 'GROMACS' version = '2016.5' versionsuffix = '-hybrid-single-PLUMED-2.3.8' homepage = 'http://www.gromacs.org' description = """GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.""" toolchain = {'name': 'intel', 'version': '2017c'} toolchainopts = {'openmp': True, 'usempi': True} source_urls = ['http://ftp.gromacs.org/pub/gromacs/'] sources = [SOURCELOWER_TAR_GZ] builddependencies = [ ('CMake', '3.5.2', '', True), ] dependencies = [ ('Boost', '1.67.0', '-serial'), ('PLUMED', '2.3.8') ] sanity_check_paths = { 'files': ['bin/gmx_mpi'], 'dirs': [''], } moduleclass = 'bio'