easyconfigs-it4i/l/LAMMPS/LAMMPS-28Jun14-intel-2015b.eb
2017-03-09 11:57:40 +01:00

35 lines
1.0 KiB
Plaintext

name = 'LAMMPS'
version = '28Jun14'
homepage = 'http://lammps.sandia.gov'
description = """LAMMPS is a classical molecular dynamics code,
and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator.
Has potentials for solid-state materials (metals, semiconductors) and soft
matter (biomolecules, polymers) and coarse-grained or mesoscopic systems.
It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic,
meso, or continuum scale.
"""
toolchain = {'name': 'intel', 'version': '2015b'}
# Please rename downloaded package lammps-stable.tar.gz to correct format reflecting version, like
# lammps-28jun14.tar.gz (lowercase!) and move to the Easybuils sources direcory.
source_urls = [
# Use manually downloaded sources
]
sources = [SOURCELOWER_TAR_GZ]
patches = [('LAMMPS-Makefile.mkl.patch', 0)]
prebuildopts = "cd src && "
skipsteps = ['configure', 'install']
sanity_check_paths = {
'files': ['bin/lmp_mkl'],
'dirs': [''],
}
moduleclass = 'chem'