Skip to content

Commit a68be75

Browse files
authored
Merge pull request #11670 from boegel/20201111102817_new_pr_CP2K71
{chem}[intel/2020b] CP2K v7.1
2 parents 3b9d3d5 + 43243ee commit a68be75

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name = 'CP2K'
2+
version = '7.1'
3+
4+
homepage = 'https://www.cp2k.org/'
5+
description = """CP2K is a freely available (GPL) program, written in Fortran 95, to perform atomistic and molecular
6+
simulations of solid state, liquid, molecular and biological systems. It provides a general framework for different
7+
methods such as e.g. density functional theory (DFT) using a mixed Gaussian and plane waves approach (GPW), and
8+
classical pair and many-body potentials. """
9+
10+
toolchain = {'name': 'intel', 'version': '2020b'}
11+
toolchainopts = {'pic': True}
12+
13+
source_urls = ['https://github.com/cp2k/cp2k/releases/download/v%(version)s.0/']
14+
sources = [SOURCELOWER_TAR_BZ2]
15+
checksums = ['ccd711a09a426145440e666310dd01cc5772ab103493c4ae6a3470898cd0addb']
16+
17+
dependencies = [
18+
('Libint', '2.6.0', '-lmax-6-cp2k'),
19+
('libxc', '4.3.4'),
20+
('libxsmm', '1.16.1'),
21+
('FFTW', '3.3.8'),
22+
('PLUMED', '2.6.2'),
23+
]
24+
25+
builddependencies = [
26+
('flex', '2.6.4'),
27+
('Bison', '3.7.1'),
28+
]
29+
30+
# regression test reports handful of failures,
31+
# we're assuming those are OK to ignore...
32+
ignore_regtest_fails = True
33+
34+
moduleclass = 'chem'

0 commit comments

Comments
 (0)