mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
33 lines
1020 B
Plaintext
33 lines
1020 B
Plaintext
name = 'GROMACS'
|
|
version = '2018'
|
|
|
|
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': '2017b'}
|
|
toolchainopts = {'openmp': True, 'usempi': True}
|
|
|
|
source_urls = ['http://ftp.gromacs.org/pub/gromacs/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
checksums = ['6467ffb1575b8271548a13abfba6374c']
|
|
|
|
#configopts = ' -DGMX_GPU=OFF -DBUILD_SHARED_LIBS=OFF -DGMX_PREFER_STATIC_LIBS=ON -DGMX_DOUBLE=OFF -DGMX_SIMD=AVX2_256 -DGMX_BUILD_OWN_FFTW=ON -DGMX_MPI=ON'
|
|
configopts = ' -DGMX_GPU=OFF -DBUILD_SHARED_LIBS=OFF -DGMX_PREFER_STATIC_LIBS=ON -DGMX_DOUBLE=OFF -DGMX_SIMD=AUTO -DGMX_BUILD_OWN_FFTW=ON -DGMX_MPI=ON'
|
|
|
|
builddependencies = [
|
|
('CMake', '3.9.1', '', True),
|
|
]
|
|
|
|
dependencies = [
|
|
('Boost', '1.66.0', '-serial'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gmx_mpi'],
|
|
'dirs': [''],
|
|
}
|
|
|
|
moduleclass = 'bio'
|