Skip to content

Commit

Permalink
Merge pull request #11670 from boegel/20201111102817_new_pr_CP2K71
Browse files Browse the repository at this point in the history
{chem}[intel/2020b] CP2K v7.1
  • Loading branch information
lexming authored Dec 24, 2020
2 parents 3b9d3d5 + 43243ee commit a68be75
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/c/CP2K/CP2K-7.1-intel-2020b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name = 'CP2K'
version = '7.1'

homepage = 'https://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': '2020b'}
toolchainopts = {'pic': True}

source_urls = ['https://github.com/cp2k/cp2k/releases/download/v%(version)s.0/']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['ccd711a09a426145440e666310dd01cc5772ab103493c4ae6a3470898cd0addb']

dependencies = [
('Libint', '2.6.0', '-lmax-6-cp2k'),
('libxc', '4.3.4'),
('libxsmm', '1.16.1'),
('FFTW', '3.3.8'),
('PLUMED', '2.6.2'),
]

builddependencies = [
('flex', '2.6.4'),
('Bison', '3.7.1'),
]

# regression test reports handful of failures,
# we're assuming those are OK to ignore...
ignore_regtest_fails = True

moduleclass = 'chem'

0 comments on commit a68be75

Please sign in to comment.