Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{chem}[intel/2020b] CP2K v7.1 #11670

Merged
merged 2 commits into from
Dec 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'