easyconfigs-it4i/c/CP2K/CP2K-2.5.1-goolf-1.5.16.eb
2017-03-09 11:57:40 +01:00

39 lines
1.1 KiB
Plaintext

name = 'CP2K'
version = '2.5.1'
homepage = 'http://www.cp2k.org/'
description = """CP2K is a freely available (GPL) program, written in Fortran 95, to perform atomistic and molecular
simulations of solid state, liquid, molecular and biological systems. It provides a general framework for different
methods such as e.g. density functional theory (DFT) using a mixed Gaussian and plane waves approach (GPW), and
classical pair and many-body potentials. """
toolchain = {'name': 'goolf', 'version': '1.5.16'}
toolchainopts = {'pic': True}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = [SOURCEFORGE_SOURCE]
patches = [
'CP2K-20131211-ifort-compiler-bug-fix.patch',
'CP2K-2.4.0-fix_compile_date_lastsvn.patch',
]
dependencies = [
('Libint', '1.1.4'),
('libxc', '2.2.0'),
]
builddependencies = [
('flex', '2.5.38', '', ('GCC', '4.8.3')),
('Bison', '3.0.2', '', ('GCC', '4.8.3')),
]
# don't use parallel make, results in compilation failure
# because Fortran module files aren't created before they are needed
parallel = 1
# regression test reports failures
ignore_regtest_fails = True
moduleclass = 'chem'