mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
671 B
Plaintext
25 lines
671 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': 'ictce', 'version': '7.3.5'}
|
|
toolchainopts = {'openmp': True, 'usempi': True}
|
|
|
|
source_urls = ['ftp://ftp.gromacs.org/pub/gromacs/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.0.0'),
|
|
('libxml2', '2.9.2')
|
|
]
|
|
|
|
configopts = ' -DGMX_GPU=OFF -DGMX_DOUBLE=OFF'
|
|
|
|
dependencies = [('Boost', '1.58.0', '-Python-2.7.9')]
|
|
|
|
moduleclass = 'bio'
|