easyconfigs-it4i/c/CP2K/CP2K-5.1-intel-2017a.eb
Easy Build 58411e55a1 modified: a/ABINIT/ABINIT-8.6.1-intel-2017a.eb
new file:   b/byacc/byacc-20170509.eb
	new file:   c/CP2K/CP2K-5.1-intel-2017a.eb
	new file:   g/GMP/GMP-5.0.5.eb
	new file:   g/guile/guile-1.8.8.eb
	new file:   l/Libint/Libint-1.1.6-intel-2017a.eb
	new file:   l/libmatheval/libmatheval-1.1.11.eb
	new file:   l/libtool/libtool-2.4.2.eb
	new file:   l/libxc/libxc-2.2.2-intel-2017a.eb
	new file:   l/libxsmm/libxsmm-1.6.4-intel-2017a.eb
	new file:   l/libxsmm/libxsmm-1.6.4.eb
	new file:   p/PLUMED/PLUMED-2.3.0-intel-2017a.eb
	deleted:    b/byacc/byacc-20160606.eb
2017-11-09 13:12:29 +01:00

45 lines
1.2 KiB
Plaintext

# IT4Innovations 2017
name = 'CP2K'
version = '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': 'intel', 'version': '2017a'}
toolchainopts = {'pic': True}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = [SOURCEFORGE_SOURCE]
patches = [
'CP2K-2.4.0-fix_compile_date_lastsvn.patch',
]
# everything have to be with same toolchain!
dependencies = [
('Libint', '1.1.6'),
('libxc', '2.2.2'), # keep version 2.2.2
('PLUMED', '2.3.0'),
('libxsmm', '1.6.4'),
]
builddependencies = [
('flex', '2.6.4', '', True),
('Bison', '3.0.4', '', True),
]
# 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
plumed = True
moduleclass = 'chem'