easyconfigs-it4i/ARCHIVE/g/GROMACS/GROMACS-5.1.4-foss-2015g-hybrid-single-PLUMED.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

38 lines
977 B
Plaintext

name = 'GROMACS'
version = '5.0.4'
versionsuffix = '-hybrid-single-PLUMED'
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': 'foss', 'version': '2015g'}
toolchainopts = {'openmp': True, 'usempi': True}
patches = ['gromacs-%s-plumed-2.1.3-mpi.patch' % version]
source_urls = ['ftp://ftp.gromacs.org/pub/gromacs/']
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [
('CMake', '3.3.1'), # We are using system CMake
('libxml2', '2.9.2'),
('almost', '2.1.0'),
('libmatheval', '1.1.8')
]
configopts = ' -DGMX_GPU=OFF -DGMX_DOUBLE=OFF -DGMX_SIMD=AVX2_256 '
dependencies = [
('Boost', '1.58.0', '-Python-2.7.9'),
('almost', '2.1.0'),
('libmatheval', '1.1.8'),
]
sanity_check_paths = {
'files': ['bin/gmx_mpi'],
'dirs': [''],
}
moduleclass = 'bio'