mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
37 lines
923 B
Plaintext
37 lines
923 B
Plaintext
name = 'GROMACS'
|
|
version = '5.0.4'
|
|
versionsuffix = '-hybrid-single'
|
|
|
|
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}
|
|
|
|
source_urls = ['ftp://ftp.gromacs.org/pub/gromacs/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('almost', '2.1.0'),
|
|
('libmatheval', '1.1.8')
|
|
]
|
|
|
|
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')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gmx_mpi'],
|
|
'dirs': [''],
|
|
}
|
|
|
|
moduleclass = 'bio'
|