easyconfigs-it4i/g/GROMACS/GROMACS-2016.5-intel-2017c-hybrid-single-PLUMED-2.3.8.eb
Lukáš Krupčík 910c4b4dcd modified: g/GROMACS/GROMACS-2016.5-intel-2017c-hybrid-single-PLUMED-2.3.8.eb
modified:   g/GROMACS/GROMACS-2020.2-intel-2020a-PLUMED-2.6.1.eb
	deleted:    g/GROMACS/GROMACS-2016.4-intel-2017c-hybrid-single-PLUMED-2.4.1.eb
	deleted:    g/GROMACS/GROMACS-2016.4-intel-2017c-hybrid-single-PLUMED.eb
	deleted:    g/GROMACS/GROMACS-2016.5-intel-2017b-serial.eb
	deleted:    g/GROMACS/GROMACS-2016.5-intel-2017c-hybrid-single-PLUMED.eb
	deleted:    g/GROMACS/GROMACS-2018-intel-2017b-serial.eb
	deleted:    g/GROMACS/GROMACS-2018.1-intel-2017c-hybrid-single-PLUMED.eb
	deleted:    g/GROMACS/GROMACS-2018.3-intel-2017c-hybrid-single-PLUMED.eb
	deleted:    g/GROMACS/GROMACS-4.6.7-CrayGNU-2015.06-mpi.eb
	deleted:    g/GROMACS/GROMACS-4.6.7-CrayGNU-2015.11-mpi.eb
	deleted:    g/GROMACS/GROMACS-4.6.7-CrayIntel-2015.11-mpi.eb
	deleted:    g/GROMACS/GROMACS-5.0.4-gompi-2015e-hybrid-single-PLUMED.eb
	deleted:    g/GROMACS/GROMACS-5.0.4-ictce-7.3.5-hybrid-single-PLUMED.eb
	deleted:    g/GROMACS/GROMACS-5.0.4-ictce-7.3.5-hybrid-single.eb
	deleted:    g/GROMACS/GROMACS-5.1.2-goolf-1.7.20-mt.eb
	deleted:    g/GROMACS/GROMACS-5.1.4-foss-2017a-hybrid-single-PLUMED.eb
	deleted:    g/GROMACS/gromacs-4.6.7-plumed-2.1.3-mpi.patch
	deleted:    g/GROMACS/gromacs-5.0.4-plumed-2.1.3-mpi.patch
	deleted:    g/GROMACS/gromacs-5.0.4-plumed-2.1.3.patch
	deleted:    g/GROMACS/gromacs-5.1.4-plumed-2.3.0-mpi.patch
2020-10-15 11:36:18 +02:00

33 lines
750 B
Plaintext

# 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'