easyconfigs-it4i/g/GROMACS/GROMACS-2016.5-intel-2017b-serial.eb
Lukáš Krupčík d92e1a478a new file: c/Cube/Cube-4.3.5.eb
new file:   g/GROMACS/GROMACS-2016.5-intel-2017b-serial.eb
	new file:   o/OPARI2/OPARI2-2.0.2.eb
	new file:   o/OTF2/OTF2-2.1.eb
	new file:   s/Score-P/Score-P-3.1-intel-2017a.eb
	new file:   s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp
	modified:   s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
2018-02-20 14:05:51 +01:00

32 lines
864 B
Plaintext

name = 'GROMACS'
version = '2016.5'
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 = ['f41807e5b2911ccb547a3fd11f105d47']
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'
builddependencies = [
('CMake', '3.9.1', '', True),
]
dependencies = [
('Boost', '1.66.0', '-serial'),
]
sanity_check_paths = {
'files': ['bin/gmx_mpi'],
'dirs': [''],
}
moduleclass = 'bio'